forked from nunofernandes-plight/uport-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 968 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 968 Bytes
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
{
"name": "uport-proxy",
"version": "0.0.2",
"description": "Ethereum solidity proxy contract",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "node load_wallet.js && mocha --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/uport-proxy.git"
},
"keywords": [
"ethereum",
"solidity",
"proxy",
"contract"
],
"devDependencies": {
"mocha" : "*",
"chai" : "*",
"ether-pudding" : "*",
"bluebird" : "*",
"web3" : "*",
"eth-signer" : "0.1.2",
"eth-lightwallet" : "*",
"babelify": "*",
"babel-preset-es2015": "*",
"hooked-web3-provider" : "*",
"web3-provider-engine" : "*"
},
"authors": ["d11e9", "Christian Lundkvist"],
"license": "MIT",
"bugs": {
"url": "https://github.com/ConsenSys/uport-proxy/issues"
},
"homepage": "https://github.com/ConsenSys/uport-proxy#readme"
}