-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
38
{
"name": "dex-backend",
"version": "1.0.0",
"description": "dex-backend ",
"main": "app.js",
"dependencies": {
"bignumber.js": "^5.0.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"http-proxy-middleware": "^0.19.1",
"js-sha256": "^0.9.0",
"mongoose": "^5.4.13",
"morgan": "^1.9.1",
"request": "^2.88.0",
"web3": "^1.0.0-beta.46"
},
"devDependencies": {},
"scripts": {
"start": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/provenlogic/dex-backend.git"
},
"keywords": [
"nodejs",
"dex",
"ether",
"exchange"
],
"author": "provenlogic",
"license": "ISC"
}