-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1007 Bytes
/
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
{
"name": "pps-dashboard",
"version": "1.1.0",
"description": "Hubie based web app for pepsi supervisors",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "[email protected]:taskmgr.git"
},
"keywords": [
"task",
"hubie",
"support"
],
"author": "Jovica Jovanovic",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^6.1.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"greenlock-express": "^2.6.7",
"memory-cache": "^0.2.0",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"mssql": "^4.3.0",
"multer": "^1.3.0",
"nedb": "^1.8.0",
"sharp": "^0.21.0",
"web-push": "^3.3.0"
},
"devDependencies": {
"nodemon": "^1.18.8"
}
}