forked from amis-erc20/ERC20-Exchange-based-on-0x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.15 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
45
46
47
48
49
50
51
52
{
"name": "trading_site",
"version": "1.0.0",
"description": "\"ERC20 Token Trading Site\"",
"main": "index.js",
"scripts": {
"start": "node index",
"build": "babel src -d lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ami-solution/amis0xchange.git"
},
"bugs": {
"url": "https://github.com/ami-solution/amis0xchange/issues"
},
"keywords": [
"amis",
"0x",
"trading",
"exchange"
],
"author": "amisolution",
"license": "ISC",
"homepage": "https://amis0xchange.glitch.me",
"dependencies": {
"babel-core": "x.x",
"0x.js": "0.29.x",
"ajax-request": "^1.2.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect": "^3.6.5",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-vhost": "^0.2.0",
"http": "0.0.0",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"path": "^0.12.7",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
"serve-static": "^1.13.1",
"vhost": "^3.0.2",
"jest": "^21.2.1"
},
"engines": {
"node": "8.x"
}
}