-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 869 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 869 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
44
{
"name": "opksmartcities-server",
"version": "1.0.0",
"description": "A new way to control buses",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "standard",
"dev": "nodemon server.js"
},
"standard": {
"ignore": [
"node_modules/"
],
"globals": [
"alert",
"jQuery",
"$"
]
},
"author": "BeholderDEV",
"now": {
"name": "OPK SmartCities",
"alias": "opksmartcities.now.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
},
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"es6-fuzz": "^3.0.5",
"express": "^4.17.1",
"mongodb": "^3.3.4",
"mongoose": "^5.7.12",
"opn": "^5.5.0",
"request-ip": "^2.1.3"
},
"devDependencies": {
"nodemon": "^2.0.1",
"standard": "^10.0.3"
}
}