-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathpackage.json
36 lines (36 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@theia/electron",
"version": "1.0.0",
"description": "Electron runtime dependencies for Theia",
"publishConfig": {
"access": "public"
},
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-theia/theia.git"
},
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"homepage": "https://github.com/eclipse-theia/theia",
"bin": {
"electron": "electron-cli.js",
"electron-codecs-test": "electron-codecs-test.js",
"electron-replace-ffmpeg": "electron-replace-ffmpeg.js"
},
"dependencies": {
"electron": "^4.2.11",
"electron-download": "^4.1.1",
"electron-store": "^2.0.0",
"fix-path": "^2.1.0",
"native-keymap": "^1.2.5",
"node-gyp": "^3.6.0",
"unzipper": "^0.9.11",
"yargs": "^11.1.0"
},
"scripts": {
"postinstall": "node scripts/post-install.js",
"test": "mocha \"tests/**/*.spec.js\""
}
}