forked from morrisjdev/Metro4-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "metro4-docs",
"version": "1.0.0",
"description": "Documentation for Metro 4",
"main": "Gruntfile.js",
"scripts": {
"build": "npm install && grunt",
"cy:test": "cypress open",
"cy:run": "cypress run",
"start": "http-server ./public_html -c-1 -s",
"test": "start-server-and-test start http://localhost:8080 cy:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olton/Metro4-Docs.git"
},
"keywords": [
"metro4",
"documentation",
"docs"
],
"author": "Sergey Pimenov",
"license": "CC-BY-3.0",
"bugs": {
"url": "https://github.com/olton/Metro4-Docs/issues"
},
"homepage": "https://metroui.org.ua",
"browserslist": [
"last 3 version"
],
"devDependencies": {
"autoprefixer": "^9.6.4",
"autoprefixer-core": "^6.0.1",
"cypress": "^3.6.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-ftp-push": "^1.2.1",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^1.0.1",
"grunt-shell": "^3.0.1",
"http-server": "0.9.0",
"load-grunt-tasks": "^5.1.0",
"start-server-and-test": "^1.10.0",
"time-grunt": "^2.0.0"
}
}