-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
{
"name": "ethphoto",
"version": "1.0.0",
"description": "Blockchian-based photo-sharing app.",
"dependencies": {
"angular-deckgrid": "^0.5.0",
"body-parser": "^1.17.1",
"electron-debug": "^1.1.0",
"express": "~4.13.4",
"fs": "0.0.1-security",
"geth": "0.3.0",
"ipfs-api": "13.0.0",
"jquery": "^3.2.1",
"method-override": "^2.3.8",
"mkdirp": "0.5.1",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"ng-file-upload": "^12.2.13",
"python-shell": "^0.4.0",
"request": "^2.81.0",
"web3": "0.13.0"
},
"main": "backendTest.js",
"scripts": {
"test": "xo",
"start": "node_modules/electron/dist/electron .",
"build": "electron-packager . --out=dist --asar --overwrite --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/<username>/EthPhoto.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/<username>/EthPhoto/issues"
},
"homepage": "https://github.com/<username>/EthPhoto#readme",
"xo": {
"esnext": true,
"envs": [
"node",
"browser"
]
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^1.6.2",
"electron-packager": "^8.6.0",
"xo": "^0.18.1"
}
}