-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 806 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 806 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
31
32
33
34
35
{
"name": "api-node",
"version": "0.1.0",
"description": "REST API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/L2QQ/api-node.git"
},
"keywords": [
"api",
"express"
],
"author": "Vitaly Berg <bergusman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/L2QQ/api-node/issues"
},
"homepage": "https://github.com/L2QQ/api-node#readme",
"dependencies": {
"big.js": "^5.1.2",
"binance": "^1.3.3",
"colors": "^1.3.2",
"express": "^4.16.3",
"morgan": "^1.9.0",
"node-fetch": "^2.2.0",
"pg-promise": "^8.4.6",
"request": "^2.88.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {}
}