-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
62 lines (62 loc) · 1.43 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
{
"name": "eth-spore",
"version": "0.0.10",
"spore": {
"ipfs_version": "0.0.3",
"client_version": "0.0.3",
"cli_version": "0.0.6"
},
"description": "Spore - Simple package manager for Ethereum",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/mhhf/spore.git"
},
"scripts": {
"test": "sh ./test.sh",
"truffle": "truffle deploy -e production",
"readme": "node scripts/gen_readme.jsx",
"doc": "node scripts/coin_tutorial.jsx"
},
"keywords": [
"ethereum",
"dapp"
],
"bin": {
"spore": "spore.bash"
},
"author": "Denis Erfurt",
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"cli-spinner": "^0.2.1",
"colors": "^1.1.2",
"deasync": "^0.1.1",
"docopt": "^0.6.2",
"easy-table": "^1.0.0",
"ether-pudding": "^1.0.3",
"ethereumjs-account": "^1.0.3",
"ethereumjs-tx": "^0.6.9",
"ethereumjs-util": "^2.0.3",
"ethereumjs-vm": "^1.0.1",
"file": "^0.2.2",
"fs-extra": "^0.24.0",
"ipfs-api": "^2.4.0",
"ipfs-js": "0.0.3",
"leveldown": "^1.4.1",
"levelup": "^1.2.1",
"markdown-toc": "^0.11.7",
"merkle-patricia-tree": "^2.1.0",
"moment": "^2.10.6",
"readline-sync": "^1.2.21",
"shelljs": "^0.5.3",
"tv4": "^1.2.5",
"underscore": "^1.8.3",
"web3": "^0.14.1"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.0",
"should": "^7.1.0"
}
}