-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "uport-private-network",
"version": "1.0.0",
"description": "uPort identity wallet implementation using to support private network using uport-js-client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subhodi/uport-private-network.git"
},
"author": "subhodi",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/subhodi/uport-private-network/issues"
},
"homepage": "https://github.com/subhodi/uport-private-network#readme",
"dependencies": {
"bluebird": "^3.5.1",
"did-jwt": "0.0.8",
"eth-signer": "^0.3.3",
"ethereumjs-testrpc": "^6.0.3",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.2",
"ethjs-abi": "^0.2.1",
"ethjs-provider-http": "^0.1.6",
"ethjs-provider-signer": "^0.1.4",
"ethjs-query": "^0.3.1",
"ethjs-signer": "^0.1.1",
"ipfs-api": "^18.1.1",
"ipfs-mini": "^1.1.2",
"is-ipfs": "^0.3.2",
"jsontokens": "^0.7.6",
"mnid": "^0.1.1",
"pg": "^7.4.3",
"secure-random": "^1.1.1",
"truffle-contract": "^3.0.5",
"truffle-hdwallet-provider": "0.0.3",
"uport": "^0.6.0",
"uport-connect": "^0.7.3",
"uport-identity": "^2.0.0-beta",
"uport-lite": "^1.0.2",
"uport-registry": "^5.1.0",
"urldecode": "^1.0.1",
"web3": "^0.20.6"
}
}