forked from adamlaska/electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 872 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 872 Bytes
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
{
"name": "electron-test",
"productName": "Electron Test",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"basic-auth": "^1.0.4",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"coffee-script": "1.12.7",
"dbus-native": "^0.2.3",
"graceful-fs": "^4.1.9",
"mkdirp": "^0.5.1",
"mocha": "^3.1.0",
"mocha-junit-reporter": "^1.14.0",
"multiparty": "^4.1.3",
"q": "^1.4.1",
"send": "^0.14.1",
"temp": "^0.8.3",
"walkdir": "0.0.11",
"winreg": "^1.2.4",
"ws": "^1.1.1",
"yargs": "^6.0.0"
},
"optionalDependencies": {
"ffi": "2.2.0",
"runas": "3.x"
},
"standard": {
"env": {
"browser": true,
"mocha": true,
"jquery": true,
"serviceworker": true
},
"globals": [
"Bindings",
"Components",
"UI",
"WebView"
]
}
}