-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 938 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": "electron-boilerplate",
"version": "0.0.0",
"description": "This is the dev package manager. Install packages used for building your application here.",
"main": "None",
"scripts": {
"test": "echo \"ERROR: No tests specified!\" && exit 1",
"build": "gulp build",
"sass": "gulp sass",
"scss": "gulp scss",
"start": "electron build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hawkins/electron-boilerplate.git"
},
"keywords": [
"electron",
"boilerplate"
],
"author": "Josh Hawkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/hawkins/electron-boilerplate/issues"
},
"homepage": "https://github.com/hawkins/electron-boilerplate#readme",
"devDependencies": {
"electron": "^1.3.5",
"fs-jetpack": "^0.9.2",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2"
},
"dependencies": {
"electron-prebuilt": "^1.3.5"
}
}