2013-07-17 16:28:14 +08:00
|
|
|
{
|
2015-04-14 15:59:45 +08:00
|
|
|
"name": "electron-test",
|
|
|
|
"productName": "Electron Test",
|
2013-12-06 22:23:02 +08:00
|
|
|
"main": "static/main.js",
|
2014-04-29 11:51:49 +08:00
|
|
|
"version": "0.1.0",
|
2018-09-28 01:41:09 +10:00
|
|
|
"scripts": {
|
2020-08-07 14:13:09 -07:00
|
|
|
"postinstall": "node ../script/run-if-exists.js node_modules/robotjs node-gyp rebuild"
|
2018-09-28 01:41:09 +10:00
|
|
|
},
|
2014-04-29 11:51:49 +08:00
|
|
|
"devDependencies": {
|
2019-02-11 09:12:13 -10:00
|
|
|
"basic-auth": "^2.0.1",
|
2019-03-11 16:49:46 -07:00
|
|
|
"chai": "^4.2.0",
|
2018-04-20 09:09:23 +02:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2019-04-20 13:20:37 -04:00
|
|
|
"coffeescript": "^2.4.1",
|
2019-10-18 15:57:34 -04:00
|
|
|
"dbus-native": "github:jkleinsc/dbus-native#master",
|
2018-06-14 09:44:27 -07:00
|
|
|
"dirty-chai": "^2.0.1",
|
2019-02-11 09:12:13 -10:00
|
|
|
"graceful-fs": "^4.1.15",
|
2019-02-25 20:36:11 +05:30
|
|
|
"is-valid-window": "0.0.5",
|
2016-10-05 21:34:13 -07:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-06-20 00:18:24 -07:00
|
|
|
"mocha": "^5.2.0",
|
2019-02-11 09:12:13 -10:00
|
|
|
"mocha-junit-reporter": "^1.18.0",
|
2018-09-14 14:56:16 -04:00
|
|
|
"mocha-multi-reporters": "^1.1.7",
|
2018-05-21 21:15:18 -07:00
|
|
|
"send": "^0.16.2",
|
2019-03-12 08:56:28 -07:00
|
|
|
"split": "^1.0.1",
|
2019-02-11 09:12:13 -10:00
|
|
|
"temp": "^0.9.0",
|
2020-02-20 15:19:06 -08:00
|
|
|
"uuid": "^3.3.3",
|
2019-02-11 09:12:13 -10:00
|
|
|
"walkdir": "^0.3.2",
|
2017-12-05 11:28:19 -08:00
|
|
|
"winreg": "^1.2.4",
|
2019-02-25 20:36:11 +05:30
|
|
|
"ws": "^6.1.4",
|
2020-09-14 14:00:15 -07:00
|
|
|
"yargs": "^16.0.3"
|
2018-09-28 01:41:09 +10:00
|
|
|
},
|
2019-07-25 11:30:56 -07:00
|
|
|
"dependencies": {
|
|
|
|
"mocha-appveyor-reporter": "^0.4.2"
|
2014-04-29 11:51:49 +08:00
|
|
|
}
|
2013-07-17 16:28:14 +08:00
|
|
|
}
|