2019-10-07 05:06:55 +00:00
|
|
|
{
|
2019-10-11 23:28:19 +00:00
|
|
|
"name": "SandboxDiscord",
|
2019-10-07 05:06:55 +00:00
|
|
|
"version": "0.0.0",
|
2019-10-11 23:28:19 +00:00
|
|
|
"description": "Browser Discord sandboxed in Electron with push-to-talk remapped.",
|
2019-10-07 05:06:55 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron .",
|
|
|
|
"linter": "standard --fix"
|
|
|
|
},
|
2019-10-11 23:28:19 +00:00
|
|
|
"repository": "https://github.com/khlam/sandboxed-discord",
|
2019-10-07 05:06:55 +00:00
|
|
|
"keywords": [
|
2019-10-11 23:28:19 +00:00
|
|
|
"discord",
|
|
|
|
"sandbox"
|
2019-10-07 05:06:55 +00:00
|
|
|
],
|
|
|
|
"author": "GitHub",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"devDependencies": {
|
|
|
|
"electron": "^4.0.1",
|
|
|
|
"electron-prebuilt-compile": "^4.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"decompress": "^4.2.0",
|
|
|
|
"jsdom": "^12.0.0",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"react": "^16.4.2",
|
|
|
|
"react-dom": "^16.4.2",
|
|
|
|
"request-promise": "^4.2.2",
|
|
|
|
"standard": "^12.0.1"
|
|
|
|
}
|
|
|
|
}
|