-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "TokenPlex",
"version": "0.0.9",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"url": "https://github.com/TokenPlex/tokenplex-core",
"email": "[email protected]",
"apidoc": {
"title": "TokenPlex API Docs",
"url": "https://api.tokenplex.io"
},
"dependencies": {
"aws-sdk": "^2.156.0",
"axios": "^0.16.2",
"bluebird": "^3.5.1",
"body-parser": "~1.17.1",
"cassandra-driver": "^3.2.2",
"ccxt": "^1.10.453",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"cron": "^1.3.0",
"debug": "^2.6.9",
"dotenv": "^4.0.0",
"express": "~4.15.2",
"fs": "0.0.1-security",
"hat": "0.0.3",
"jade": "~1.11.0",
"mongoose": "^4.13.0",
"morgan": "~1.8.1",
"redis": "^2.8.0",
"request": "^2.81.0",
"serve-favicon": "~2.4.2",
"url": "^0.11.0",
"winston": "^3.0.0-rc1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^4.1.0",
"should": "^13.2.1",
"supertest": "^3.0.0"
}
}