forked from pwa-builder/PWABuilder-CLI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.73 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
71
72
73
74
75
76
77
{
"name": "manifoldjs",
"version": "0.6.1",
"description": "Node.js Tool for App Generation",
"repository": {
"type": "git",
"url": "https://github.com/manifoldjs/ManifoldJS.git"
},
"engines": {
"node": ">=0.12.0"
},
"engineStrict": true,
"author": {
"name": "TBD",
"email": "TBD",
"url": "TBD"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/manifoldjs/ManifoldJS/blob/master/LICENSE.txt"
}
],
"keywords": [
"convert manifest",
"manifest",
"W3C",
"Firefox OS",
"Windows 10",
"Chrome OS",
"Android",
"iOS"
],
"dependencies": {
"commander": "^2.9.0",
"q": "^1.4.1",
"manifoldjs-lib": "^1.0.0",
"manifoldjs-chrome": "^0.1.3",
"manifoldjs-cordova": "^0.1.3",
"manifoldjs-firefox": "^0.1.3",
"manifoldjs-web": "^0.1.3",
"manifoldjs-windows10": "^0.1.3",
"manifoldjs-edgeextension": "^0.1.5"
},
"devDependencies": {
"blanket": "1.1.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.0",
"jshint-teamcity": "^1.0.6",
"load-grunt-tasks": "^1.0.0",
"mocha": "^2.1.0",
"mocha-teamcity-reporter": "0.0.4",
"should": "^5.0.1",
"time-grunt": "^1.0.0",
"travis-cov": "^0.2.5"
},
"scripts": {
"test": "grunt",
"debug-tests": "mocha --debug-brk"
},
"bin": "manifoldjs.js",
"config": {
"travis-cov": {
"threshold": 80
}
},
"bugs": {
"url": "https://github.com/manifoldjs/ManifoldJS/issues"
},
"homepage": "https://github.com/manifoldjs/ManifoldJS"
}