-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.52 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.52 KB
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
{
"name": "hero developer",
"version": "0.0.1",
"description": "Hero Development Kit",
"main": "nw1.html",
// "user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1",
"engines" : {
"node" : ">=0.12"
},
"keywords": [
"Hero",
"NodeJS",
"Polymer",
"JS",
"CSS"
],
"author": "GP",
"contributors": [
{
"name": "gpliu",
"email": "gpliu@icloud.com"
}
],
"license": "MIT",
"homepage": "https://hero-mobile.com",
"private": false,
"dependencies": {
"form-data": "^0.2.0",
"fs-extra": "^0.18.3",
"fs.extra": "^1.3.2",
"open": "0.0.5",
"request": "^2.55.0",
"sane": "^1.1.2",
"semver": "^4.3.4",
"tar-fs": "^1.5.1",
"tmp": "0.0.25",
"trash": "^1.4.1"
},
"devDependencies": {
"archiver": "^0.14.4",
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~0.9.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-ftp-deploy": "^0.1.10",
"node-webkit-builder": "^1.0.11"
},
"window": {
"title": "Hero Development Kit",
"icon": "icon.icns",
"show": true,
"toolbar": false,
"frame": true,
"transparent": false,
"width": 1200,
"height": 900,
"min_width": 800,
"min_height": 550
}
}