-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "forkdelta_smart_contract",
"version": "0.0.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/forkdelta/smart_contract"
},
"require": [
"babel-register",
"babel-polyfill"
],
"dependencies": {
"async": "^2.6.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"bignumber.js": "^6.0.0",
"ethereumjs-tx": "^1.3.4",
"js-sha256": "^0.9.0",
"web3": "^0.18.2"
}
}
{
"dependencies": {
"Base64": "0.3.0",
"assert": "1.4.1",
"async": "2.1.2",
"bignumber.js": "4.0.1",
"body-parser": "1.15.2",
"command-line-args": "3.0.1",
"command-line-usage": "3.0.3",
"compression": "1.6.2",
"datejs": "1.0.0-rc3",
"ethereumjs-abi": "0.6.4",
"ethereumjs-testrpc": "1.2.1",
"ethereumjs-tx": "1.1.1",
"ethereumjs-util": "4.5.0",
"express": "4.10.2",
"express-session": "1.14.1",
"fs": "0.0.2",
"gaussian": "1.1.0",
"http": "0.0.0",
"https": "1.0.0",
"js-sha256": "0.3.0",
"keythereum": "0.2.6",
"mocha": "5.0.3",
"nat-upnp": "1.0.0",
"pg-promise": "^6.3.8",
"request": "2.81.0",
"requestretry": "^1.12.2",
"sha256": "0.2.0",
"solc": "0.4.2",
"stats-lite": "^2.0.4",
"web3": "0.17.0-alpha",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"eslint": "3.18.0",
"eslint-config-airbnb-base": "11.1.2",
"eslint-plugin-import": "2.2.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha .",
"lint": "./node_modules/.bin/eslint ."
}
}