forked from olton/Metro-UI-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
46
47
48
49
50
{
"author": "Sergey Pimenov",
"name": "metro4",
"version": "4.2.14",
"build": "691",
"version_suffix": "",
"description": "The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style",
"keywords": [
"metro",
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"mobile",
"cordova",
"phonegap"
],
"homepage": "https://metroui.org.ua",
"repository": {
"type": "git",
"url": "https://github.com/olton/Metro-UI-CSS.git"
},
"license": "MIT",
"main": "build/js/metro.js",
"devDependencies": {
"autoprefixer": "^8.1.0",
"grunt": "^1.0.1",
"grunt-build-number": "^1.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.3.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.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ftp-push": "^1.2.1",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^1.0.1",
"grunt-stripcomments": "^0.7.2",
"load-grunt-tasks": "^3.1.0"
},
"dependencies": {
"jquery": ">=3.0.0"
}
}