forked from olton/Metro-UI-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"author": "Sergey Pimenov",
"name": "metro",
"version": "3.0.15",
"description": "The front-end framework for developing responsive, mobile projects on the web in Windows Metro Style.",
"keywords": [
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"metro"
],
"homepage": "http://metroui.org.ua",
"style": "build/css/metro.css",
"mif": "build/css/metro-icons.css",
"repository": {
"type": "git",
"url": "https://github.com/olton/Metro-UI-CSS.git"
},
"bugs": {
"url": "http://forum.metroui.org.ua"
},
"license": {
"type": "MIT",
"url": "http://metroui.org.ua/license.html"
},
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.3.0",
"grunt-replace": "^0.9.1",
"load-grunt-tasks": "^3.1.0"
}
}