-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
{
"name": "PassApp-Container",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://michaeldegroot@bitbucket.org/michaeldegroot/passapp.git"
},
"keywords": [
"Electron",
"React",
"Password",
"Storage"
],
"author": "michaeldegroot",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"electron-prebuilt": "^1.1.1",
"electron-windows-installer": "^1.4.1",
"gulp": "^3.9.1",
"gulp-atom": "^0.1.0",
"gulp-callback": "0.0.3",
"gulp-concat": "^2.6.0",
"gulp-electron": "^0.1.3",
"gulp-htmlmin": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"mocha-electron": "^1.0.6",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"rimraf": "^2.5.2"
}
}