-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.96 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
{
"name": "test2",
"version": "1.0.0",
"description": "",
"main": "app/main.js",
"bin": {
"mn": "./index.js"
},
"scripts": {
"build-electron": "node electron.conf.js",
"start": "npm run build-electron && electron ./buildsoure",
"package": "npm run start && electron-packager ./buildsoure test2 --all --out ./build/package --verson=0.0.1 --overwrite --icon=./assets/images/favicon.ico"
},
"authors": [
"xiejianwei"
],
"license": "ISC",
"devDependencies": {
"abbrev": "^1.1.0",
"ajv": "^5.2.2",
"asar": "^0.13.0",
"assert-plus": "^1.0.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.6.0",
"bluebird": "^3.5.0",
"boom": "^5.2.0",
"buffers": "^0.1.1",
"caseless": "~0.12.0",
"combined-stream": "^1.0.5",
"commander": "^2.11.0",
"decompress-zip": "^0.3.0",
"dot": "^1.1.2",
"electron": "1.7.6",
"electron-package": "^0.1.0",
"electron-windows-installer": "^1.7.8",
"extend": "~3.0.0",
"forever-agent": "~0.6.1",
"form-data": "~2.1.1",
"fs-extra": "^4.0.1",
"gulp": "^3.9.1",
"har-schema": "^2.0.0",
"har-validator": "~4.2.1",
"hawk": "^6.0.2",
"http-signature": "^1.2.0",
"is-typedarray": "^1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "^5.0.1",
"mime-db": "^1.30.0",
"mime-types": "^2.1.17",
"mksnapshot": "^0.3.1",
"oauth-sign": "~0.8.1",
"os-tmpdir": "^1.0.2",
"path-is-absolute": "^1.0.1",
"performance-now": "^2.1.0",
"q": "^1.5.0",
"qs": "^6.5.1",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"safe-buffer": "^5.1.1",
"sntp": "^2.0.2",
"stringstream": "^0.0.5",
"temp": "^0.8.3",
"tough-cookie": "^2.3.2",
"tunnel-agent": "^0.6.0",
"universalify": "^0.1.1",
"util-deprecate": "^1.0.2",
"uuid": "^3.1.0"
},
"dependencies": {
"debug-menu": "^0.6.1",
"electron-debug": "^1.4.0",
"electron-navigation": "^1.5.3",
"electron-winstaller": "^2.6.3"
}
}