-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"build": "electron-packager . --platform=darwin --arch=x64 --tmpdir=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/electron/electron-quick-start/issues"
},
"homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": {
"devtron": "^1.2.1",
"electron-packager": "^7.0.4",
"electron-prebuilt": "~1.1.3"
},
"dependencies": {
"ace-builds": "ajaxorg/ace-builds#v1.2.3",
"animals": "0.0.x",
"cledit": "*",
"codemirror": "~5.15.2",
"crate-core": "*",
"gulf": "~4.0.4",
"gulf-codemirror": "~4.0.2",
"gulf-textarea": "~4.0.1",
"mdns": "~2.3.3",
"ot-text": "~1.0.1",
"ottypes": "~1.0.3",
"string-hash": "1.1.x",
"ws": "^1.1.0"
}
}