-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 1.76 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "neutronkit",
"version": "0.0.3",
"description": "The easiest way to build Electron apps for OS X, Windows, Linux",
"repository": {
"type": "git",
"url": "git+https://github.com/neutronkit/neutron.git"
},
"keywords": [
"neutron",
"neutronkit",
"electron",
"desktop",
"app"
],
"author": "Arif Cakiroglu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neutronkit/neutron/issues"
},
"homepage": "https://neutronkit.com",
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"babel-core": "^5.2.17",
"babel-loader": "5.0.0",
"babel-preset-es2015-without-strict": "0.0.4",
"browser-sync": "^2.2.1",
"del": "^2.2.2",
"electron-prebuilt": "^1.4.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.2",
"gulp-cssnano": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-files-to-json": "^0.2.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^4.2.0",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^0.2.0",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.4.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.0.0",
"gulp-util": "3.0.8",
"json-loader": "^0.5.4",
"main-bower-files": "^2.5.0",
"webpack": "^2.6.1",
"wiredep": "^4.0.0"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
},
"dependencies": {
"jquery": "^3.2.1"
}
}