-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atom/electron-quick-start.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/atom/electron-quick-start/issues"
},
"homepage": "https://github.com/atom/electron-quick-start#readme",
"devDependencies": {
"electron-compilers": "^1.0.1",
"electron-prebuilt": "^0.36.2",
"electron-rebuild": "^1.0.2"
},
"dependencies": {
"ace-builds": "^1.2.2",
"backbone": "^1.2.3",
"backbone.marionette": "^2.4.4",
"directory-tree": "^0.1.1",
"electron-compile": "^1.0.1",
"interact.js": "^1.2.6",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"serialport": "^2.0.5",
"snapsvg": "^0.4.0",
"underscore": "^1.8.3"
}
}