-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.51 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
{
"name": "identity-contracts",
"version": "1.0.0",
"description": "Identity Contracts for SmartWallet - Status: WIP - Version: 0.1",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"prepare": "babel -d lib/ src/",
"prepare:watch": "npm run prepare -- -w",
"prepublish": "npm run prepare",
"test": "mocha --compilers js:babel-core/register src-test/ --require babel-polyfill --timeout 20000000",
"testdebug": "mocha --debug-brk --compilers js:babel-core/register src-test/ --require babel-polyfill --timeout 15000",
"testrpc": "testrpc --account='0xa2985156e3da3046101ae2b26093f647fed9d6ce31ffeb4d975d143ac69e5b46,1000000000000000000000001' --account='0x217bd5bc9087a7349c771bc78da459bf2862c804eabbf3b54f16193c67f9a95d,5000000000000000000000001'"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.23.0",
"bitcore-ecies": "^1.0.3",
"bitcore-lib": "^0.14.0",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"eth-lightwallet": "^2.5.3",
"ethjs-provider-signer": "^0.1.4",
"ethjs-query": "^0.2.4",
"ethjs-signer": "^0.1.1",
"expect.js": "^0.3.1",
"json-loader": "^0.5.4",
"keypair": "^1.0.1",
"superagent": "^3.5.2",
"superagent-promise": "^1.1.0",
"web3": "^0.15.3"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"ethereumjs-testrpc": "^3.0.5",
"mocha": "^3.3.0"
}
}