electron/spec/package.json

43 lines
852 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": {
2016-10-05 21:34:13 -07:00
"basic-auth": "^1.0.4",
"bluebird": "^3.5.1",
2017-11-16 15:59:26 +03:00
"chai": "^4.1.2",
"coffee-script": "1.12.7",
"dbus-native": "^0.2.3",
2016-10-05 21:34:13 -07:00
"graceful-fs": "^4.1.9",
"mkdirp": "^0.5.1",
"mocha": "^3.1.0",
"mocha-junit-reporter": "^1.14.0",
2017-01-21 09:58:31 -08:00
"multiparty": "^4.1.3",
2016-10-05 21:34:13 -07:00
"q": "^1.4.1",
2016-11-24 20:46:39 +05:30
"send": "^0.14.1",
2016-10-05 21:34:13 -07:00
"temp": "^0.8.3",
"walkdir": "0.0.11",
2017-12-05 11:28:19 -08:00
"winreg": "^1.2.4",
2016-10-05 21:34:13 -07:00
"ws": "^1.1.1",
"yargs": "^6.0.0"
},
"optionalDependencies": {
"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": [
2017-01-25 08:44:01 +09:00
"Bindings",
"Components",
"UI",
"WebView"
2016-03-30 14:56:30 -07:00
]
}
2013-07-17 16:28:14 +08:00
}