e7b0a9ca8f
* feat: add API for receiving logs from service workers * feat: add new serviceWorkerContext APIs * chore: add missing #include's * refactor: rename serviceWorkerContext to serviceWorkers * chore: clean up based on review * chore: remove native_mate * chore: add tests for the service worker module * Update spec-main/api-service-workers-spec.ts Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org> * chore: fix linting * chore: handle renames Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
35 lines
913 B
JSON
35 lines
913 B
JSON
{
|
|
"name": "electron-test",
|
|
"productName": "Electron Test",
|
|
"main": "static/main.js",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"postinstall": "node ../tools/run-if-exists.js node_modules/robotjs node-gyp rebuild"
|
|
},
|
|
"devDependencies": {
|
|
"basic-auth": "^2.0.1",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"coffeescript": "^2.4.1",
|
|
"dbus-native": "github:jkleinsc/dbus-native#master",
|
|
"dirty-chai": "^2.0.1",
|
|
"graceful-fs": "^4.1.15",
|
|
"is-valid-window": "0.0.5",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^5.2.0",
|
|
"mocha-junit-reporter": "^1.18.0",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"multiparty": "^4.2.1",
|
|
"send": "^0.16.2",
|
|
"split": "^1.0.1",
|
|
"temp": "^0.9.0",
|
|
"uuid": "^3.3.3",
|
|
"walkdir": "^0.3.2",
|
|
"winreg": "^1.2.4",
|
|
"ws": "^6.1.4",
|
|
"yargs": "^12.0.5"
|
|
},
|
|
"dependencies": {
|
|
"mocha-appveyor-reporter": "^0.4.2"
|
|
}
|
|
}
|