electron/spec/package.json

45 lines
916 B
JSON
Raw Normal View History

2013-07-17 08:28:14 +00:00
{
2015-04-14 07:59:45 +00:00
"name": "electron-test",
"productName": "Electron Test",
"main": "static/main.js",
"version": "0.1.0",
"devDependencies": {
"basic-auth": "^2.0.0",
"bluebird": "^3.5.1",
2017-11-16 12:59:26 +00:00
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coffee-script": "1.12.7",
"dbus-native": "^0.2.5",
"dirty-chai": "^2.0.1",
"graceful-fs": "^4.1.11",
2016-10-06 04:34:13 +00:00
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"multiparty": "^4.1.4",
"q": "^1.5.1",
"send": "^0.16.2",
2016-10-06 04:34:13 +00:00
"temp": "^0.8.3",
"walkdir": "0.0.12",
2017-12-05 19:28:19 +00:00
"winreg": "^1.2.4",
"ws": "^5.2.0",
"yargs": "^11.0.0"
},
"optionalDependencies": {
"runas": "3.x"
},
"standard": {
"env": {
2016-06-29 16:36:32 +00:00
"browser": true,
2016-03-30 21:56:30 +00:00
"mocha": true,
"jquery": true,
"serviceworker": true
},
"globals": [
2017-01-24 23:44:01 +00:00
"Bindings",
"Components",
"UI",
"WebView"
2016-03-30 21:56:30 +00:00
]
}
2013-07-17 08:28:14 +00:00
}