-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
{
"name": "dataanalyticwebapplication",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"google-charts": "^1.1.0",
"http-errors": "~1.6.2",
"mongoose": "^5.1.2",
"morgan": "~1.9.0",
"nodemon": "^1.17.5",
"path": "^0.12.7",
"pug": "2.0.0-beta11"
},
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MascaraDeemo/DataAnalyticWebApplication.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MascaraDeemo/DataAnalyticWebApplication/issues"
},
"homepage": "https://github.com/MascaraDeemo/DataAnalyticWebApplication#readme",
"description": ""
}