forked from EtherbitHQ/donut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.81 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
77
78
{
"name": "donut",
"private": true,
"scripts": {
"setup": "bower install && cd src && npm install && cd .. && gulp setup && install-app-deps ",
"start": "electron ./app",
"pack": "build --dir",
"dist": "build",
"postinstall": "npm run setup",
"test": "standard"
},
"author": {
"name": "Harsh Vakharia",
"email": "harsh@etherbit.in",
"url": "https://hv.pizza"
},
"engines": {
"node": "^6.12.3"
},
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"bower": "^1.7.9",
"browserify": "^13.3.0",
"bufferutil": "^1.3.0",
"check-for-update": "^1.0.3",
"classnames": "^2.2.5",
"electron": "^10.1.2",
"electron-builder": "^10.17.3",
"envify": "^4.0.0",
"flux": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"halogen": "^0.2.0",
"js-beautify": "^1.6.11",
"keymirror": "^0.1.1",
"nodent": "^3.0.14",
"numeral": "^2.0.4",
"photon": "github:connors/photon",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-search-input": "^0.10.3",
"regenerator": "^0.9.7",
"request": "^2.75.0",
"socket.io-client": "^1.5.0",
"standard": "^9.0.1",
"uglifyify": "^3.0.3",
"utf-8-validate": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"build": {
"appId": "in.etherbit.donut",
"productName": "Donut",
"mac": {
"category": "public.app-category.productivity"
},
"linux": {
"category": "Utility",
"target": [
"AppImage",
"deb",
"rpm",
"freebsd",
"zip"
]
}
},
"standard": {
"ignore": [
"/app"
]
}
}