-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 987 Bytes
/
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
{
"name": "example-orderbook-server",
"version": "0.1.0",
"description": "Example Wyvern Protocol orderbook server.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectWyvern/example-orderbook-server.git"
},
"keywords": [
"Project Wyvern",
"Ethereum",
"Smart Contracts"
],
"author": "Project Wyvern Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectWyvern/example-orderbook-server/issues"
},
"homepage": "https://github.com/ProjectWyvern/example-orderbook-server#readme",
"dependencies": {
"body-parser": "^1.18.2",
"bunyan": "^1.8.12",
"ethereumjs-abi": "https://github.com/ProjectWyvern/ethereumjs-abi.git",
"express": "^4.16.2",
"helmet": "^3.10.0",
"lru_map": "^0.3.3",
"pg": "^7.4.1",
"sequelize": "^4.31.2",
"web3": "^0.20.4",
"wyvern-js": "0.1.1",
"wyvern-schemas": "^0.3.0"
}
}