forked from HOKGroup/MissionControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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": "DTMWeb",
"version": "0.0.1",
"description": "Node.js mongoDB web server for the DTMTool in Revit",
"author": "Jinsol Kim & Konrad K Sobon <[email protected]>",
"main": "server.js",
"license": "MIT",
"scripts": {
"start": "node server.js",
"serve": "nodemon server.js"
},
"dependencies": {
"@azure/msal-angularjs": "^0.1.1",
"app-root-path": "^2.1.0",
"body-parser": "^1.15.2",
"bower": "^1.8.4",
"cool-ascii-faces": "~1.3.x",
"dotenv": "^8.0.0",
"express": "^4.14.0",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.8.11",
"mongoose-geojson-schema": "^2.1.1",
"morgan": "^1.9.1",
"nodemon": "^1.19.0",
"socket.io": "^1.4.6",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.3.3"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/HOKGroup/MissionControl"
},
"keywords": [
"node",
"mongose"
],
"devDependencies": {
"eslint": "^4.19.1"
}
}