-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 846 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
{
"name": "ethpm-registry",
"version": "0.0.10",
"description": "Create a new epm registry on-chain",
"main": "index.js",
"bin": {
"epmreg": "./bin/epmr"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethpm/epm-registry.git"
},
"author": "Tim Coulter",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethpm/epm-registry/issues"
},
"homepage": "https://github.com/ethpm/epm-registry#readme",
"devDependencies": {
"ethpm": "0.0.15",
"ipfsd-ctl": "^0.18.1",
"mocha": "^3.2.0",
"temp": "^0.8.3"
},
"dependencies": {
"fs-extra": "^2.0.0",
"left-pad": "^1.1.3",
"semver": "^5.3.0",
"solidity-sha3": "^0.4.1",
"truffle-artifactor": "^2.1.2",
"truffle-contract": "^1.1.6",
"web3": "^0.18.2"
}
}