-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "powercoin",
"version": "1.0.0",
"description": "",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^2.4.1",
"bitcore-lib": "^0.15.0",
"bitcore-mnemonic": "^1.5.0",
"chart.js": "^2.6.0",
"eth-lightwallet": "^2.5.4",
"eth-query": "^2.1.1",
"express": "^4.15.3",
"hooked-web3-provider": "^1.0.0",
"socket.io": "^2.0.2",
"socket.io-client": "^2.0.2",
"truffle": "^3.2.5",
"underscore": "^1.8.3",
"web3": "^0.19.0"
},
"devDependencies": {
"watchify": "^3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"market": "watchify public/js/market.js -o public/dist/market.bundle.js",
"wallet": "watchify public/js/wallet.js -o public/dist/wallet.bundle.js",
"migrate": "truffle migrate --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightswarm124/PowerCoin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightswarm124/PowerCoin/issues"
},
"homepage": "https://github.com/lightswarm124/PowerCoin#readme"
}