-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
{
"name": "ipfsconsortiumproxy",
"version": "0.0.4",
"description": "IPFS consortium deamon scripts wrapped as an npm module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint .",
"start": "./bin.js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://sponnet@github.com/ipfsconsortium/IPFSConsortiumProxy.git"
},
"keywords": [
"IPFS",
"Web3"
],
"author": "Stefaan Ponnet",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfsconsortium/IPFSConsortiumProxy/issues"
},
"homepage": "https://github.com/ipfsconsortium/IPFSConsortiumProxy#readme",
"dependencies": {
"abi-decoder": "^1.1.0",
"async": "^2.6.1",
"bluebird": "^3.5.1",
"bn.js": "^4.11.8",
"command-line-tool": "^0.8.0",
"dotenv": "^6.0.0",
"ethereum-ens": "git+https://github.com/ensdomains/ensjs.git",
"ipfs-api": "git+https://github.com/sponnet/js-ipfs-api.git",
"ipfsconsortiumcontracts": "^0.0.5",
"ipfsconsortiumdata": "^0.1.3",
"jsonschema": "^1.2.4",
"level": "^4.0.0",
"web3": "^1.0.0-beta.34",
"winston": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"semantic-release": "^15.5.4"
},
"bin": {
"ipfsconsortiumproxy": "bin.js"
}
}