forked from gitter-badger/etheropt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "Etheropt",
"version": "1.0.0",
"description": "Decentralized options exchange built on Ethereum",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/frenchhoudini/etheropt.git"
},
"author": "frenchhoudini",
"license": "MIT",
"homepage": "https://github.com/frenchhoudini/etheropt",
"dependencies": {
"Base64": "^0.3.0",
"assert": "^1.4.1",
"async": "^1.5.2",
"bignumber.js": "^2.4.0",
"body-parser": "^1.15.2",
"collect-all": "^1.0.2",
"command-line-args": "^2.1.6",
"datejs": "^1.0.0-rc3",
"ethereumjs-testrpc": "^1.2.1",
"ethereumjs-tx": "^1.1.2",
"ethereumjs-util": "^4.5.0",
"express": "^4.14.0",
"fs": "0.0.2",
"js-sha256": "^0.3.0",
"keythereum": "^0.2.6",
"mocha": "^2.5.3",
"nat-upnp": "^1.0.2",
"object-get": "^2.1.0",
"object-tools": "^2.0.6",
"request": "^2.74.0",
"stream-connect": "^1.0.2",
"stream-via": "^1.0.3",
"web3": "^0.15.3",
"xmlhttprequest": "^1.8.0"
},
"width": 800,
"height": 600
}