electron/spec/package.json

35 lines
642 B
JSON
Raw Normal View History

2013-07-17 16:28:14 +08:00
{
2015-04-14 15:59:45 +08:00
"name": "electron-test",
"productName": "Electron Test",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"basic-auth": "^1.0.0",
2015-01-31 23:16:29 -08:00
"graceful-fs": "3.0.5",
2015-01-28 21:22:56 -08:00
"mocha": "2.1.0",
"mkdirp": "0.5.1",
"multiparty": "4.1.2",
2015-03-10 12:39:23 +05:30
"q": "0.9.7",
2015-01-28 21:22:56 -08:00
"temp": "0.8.1",
2015-07-14 11:38:30 -07:00
"walkdir": "0.0.7",
"ws": "0.7.2",
2016-06-03 12:12:20 +09:00
"yargs": "^4.7.1"
},
"optionalDependencies": {
"ffi": "2.0.0",
"runas": "3.x"
},
"standard": {
"env": {
2016-06-29 09:36:32 -07:00
"browser": true,
2016-03-30 14:56:30 -07:00
"mocha": true,
"jquery": true,
"serviceworker": true
},
"globals": [
2016-06-29 09:37:00 -07:00
"WebView",
"WebInspector"
2016-03-30 14:56:30 -07:00
]
}
2013-07-17 16:28:14 +08:00
}