-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1012 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
36
37
38
39
40
41
42
43
{
"name": "nodeapi",
"version": "1.0.0",
"description": "Node API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"Demo",
"Git"
],
"author": "Daksh Sorathia",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"foreach": "^2.0.5",
"fs": "0.0.1-security",
"http-server": "^0.10.0",
"moment-timezone": "^0.5.14",
"multer": "^1.3.0",
"node": "^9.0.0",
"node-static": "^0.7.10",
"nodemon": "^1.12.1",
"pg": "^6.4.0",
"pg-format": "^1.0.4",
"pg-promise": "^5.9.7",
"pg-restify": "^0.4.0",
"promise": "^8.0.1",
"promise-pg": "^0.1.1",
"randomstring": "^1.1.5",
"restify": "^6.3.1",
"restify-route": "0.0.6",
"serve-static": "^1.13.1",
"serve-static-restify": "^2.0.0",
"socket.io": "^2.0.4",
"underscore": "^1.8.3",
"uuid": "^3.1.0"
}
}