electron/spec/package.json
2016-08-03 16:23:40 -07:00

34 lines
642 B
JSON

{
"name": "electron-test",
"productName": "Electron Test",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"basic-auth": "^1.0.0",
"graceful-fs": "3.0.5",
"mocha": "2.1.0",
"mkdirp": "0.5.1",
"multiparty": "4.1.2",
"q": "0.9.7",
"temp": "0.8.1",
"walkdir": "0.0.7",
"ws": "0.7.2",
"yargs": "^4.7.1"
},
"optionalDependencies": {
"ffi": "2.0.0",
"runas": "3.x"
},
"standard": {
"env": {
"browser": true,
"mocha": true,
"jquery": true,
"serviceworker": true
},
"globals": [
"WebView",
"WebInspector"
]
}
}