forked from olton-archive/Metro-UI-CSS-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"author": "Sergey Pimenov",
"name": "metro",
"version": "3.0.18",
"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": "SEE LICENSE IN http://metroui.org.ua/license.html",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^1.0.1",
"load-grunt-tasks": "^3.5.2"
}
}