forked from hainproject/hain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 995 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": "hain",
"main": "app/main/main.js",
"scripts": {
"start": "electron .",
"dev": "gulp && electron .",
"build": "gulp build-all",
"test": "cd app && jest",
"testwatch": "cd app && jest --watch",
"postinstall": "npm install -g [email protected]"
},
"author": "Heejin Lee <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.6.0",
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"del": "^2.2.0",
"electron-packager": "^5.2.1",
"electron-prebuilt": "0.37.2",
"electron-winstaller": "^2.0.5",
"eslint": "^2.3.0",
"eslint-config-airbnb": "^6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-install": "^0.6.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"jest-cli": "12.1.1"
}
}