-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "dhobi-seva-electron",
"version": "0.0.1",
"description": "Laundry app for Vipassana centres (on Electron)",
"main": "main.js",
"scripts": {
"webpack": "webpack",
"start": "electron .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nilenso/dhobi-seva-electron.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nilenso/dhobi-seva-electron/issues"
},
"homepage": "https://github.com/nilenso/dhobi-seva-electron#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.26.1",
"electron": "^1.4.15",
"mocha": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
},
"dependencies": {
"camo": "^0.12.3",
"nedb": "^1.8.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2"
}
}