forked from yan-foto/neutron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 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
37
38
39
40
{
"name": "neutron",
"version": "1.2.0",
"description": "Neutron: the zero point of electron applications",
"author": "Yan Foto <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yan-foto/neutron"
},
"scripts": {
"start": "gulp start",
"packager": "gulp package"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"bluebird": "^3.3.5",
"chokidar": "^1.0.5",
"del": "^1.2.0",
"electron-packager": "^5.0.1",
"electron-prebuilt": "1.0.2",
"electron-reload": "^0.0.2",
"eslint": "^2.7.0",
"eslint-config-google": "^0.5.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-file": "^0.2.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-pug": "^3.0.2",
"gulp-sass": "^2.3.1",
"gulp-util": "^3.0.6",
"main-bower-files": "^2.9.0",
"npm": "^3.8.6"
},
"eslintConfig": {
"extends": "google"
}
}