forked from gitter-badger/etheropt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 768 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 768 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
{
"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": {
"web3": "^0.15.2",
"request": "^2.69.0",
"async": "^1.5.2",
"datejs": "^1.0.0-rc3",
"xmlhttprequest": "^1.8.0",
"Base64": "^0.3.0",
"fs": "^0.0.2",
"ethereumjs-tx": "^1.0.0",
"command-line-args": "^2.1.6",
"express": "^4.13.4",
"body-parser": "^1.15.0",
"ethereumjs-util": "^4.0.0",
"js-sha256": "^0.3.0"
},
"width": 800,
"height": 600
}