forked from olton/Metro-UI-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"author": "Sergey Pimenov",
"name": "metro4",
"version": "4.3.6",
"build": "745",
"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"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/metroui"
},
"homepage": "https://metroui.org.ua",
"repository": {
"type": "git",
"url": "https://github.com/olton/Metro-UI-CSS.git"
},
"license": "MIT",
"main": "build/js/metro.js",
"scripts": {
"build": "npm install && grunt",
"cy:test": "cypress open",
"cy:run": "cypress run",
"start": "http-server ./test -c-1 -s",
"test": "start-server-and-test start http://localhost:8080 cy:run"
},
"browserslist": [
"last 3 versions"
],
"devDependencies": {
"autoprefixer": "^9.6.0",
"cypress": "^3.6.0",
"grunt": "^1.0.4",
"grunt-build-number": "^1.0.0",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-ftp-push": "^1.2.1",
"grunt-postcss": "^0.9.0",
"grunt-remove-logging": "^0.2.0",
"grunt-replace": "^1.0.1",
"grunt-shell": "^3.0.1",
"grunt-string-replace": "^1.3.1",
"grunt-stripcomments": "^0.7.2",
"http-server": "0.9.0",
"less": "^3.9.0",
"load-grunt-tasks": "^5.0.0",
"start-server-and-test": "^1.10.0",
"time-grunt": "^2.0.0"
}
}