-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) · 736 Bytes
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
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"dependencies": {
"foundation-sites": "~6.4.0",
"gulp-sass": "^4.0.2",
"jquery": ">=3.0.0",
"motion-ui": "~1.2.2",
"what-input": "^4.1.3"
},
"devDependencies": {
"electron": "^4.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-inject": "^5.0.2",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^2.1.0"
}
}