-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "zui",
"version": "0.0.1",
"description": "Mobile ui library created zbfe ",
"scripts": {
"check": "fecs check src/ test/ --reporter=baidu",
"test": "karma start karma.conf.js",
"test-cov": "npm test -- --reporters progress,coverage",
"test-watch": "npm test -- --auto-watch --no-single-run",
"hook-install": "prepush install",
"hook-remove": "prepush remove",
"start": "npm run server",
"server": "open http://127.0.0.1:9090/ && http-server -p 9090",
"build:gh-pages": "node tools/build-gh-pages.js",
"build-doc": "jsdoc -r -c tools/jsdoc.json"
},
"prepush": [
"npm run check"
],
"repository": {
"type": "git",
"url": "https://github.com/zbfe/zui.git"
},
"author": "zbfe",
"license": "MIT",
"devDependencies": {
"fecs": ">=0.6.3",
"http-server": ">=0.9.0",
"jasmine-core": "^2.5.2",
"jsdoc": "^3.4.0",
"karma": ">=0.13.22",
"karma-coverage": ">=0.5.5",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": ">=1.0.0",
"karma-requirejs": "^1.0.0",
"minami": "^1.1.1",
"open": "^0.0.5",
"prepush": ">=3.1.8",
"requirejs": "2.2.0"
}
}