-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
46
{
"name": "plasmaticgbserv",
"version": "1.0.0",
"description": "Plasmatic green button data server",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "BCIT-Plasmatic Team",
"license": "ISC",
"dependencies": {
"async-waterfall": "^0.1.5",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "*",
"body-parser": "^1.18.3",
"concat-stream": "^1.6.2",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"cors": "^2.8.4",
"del": "^3.0.0",
"espi-parser": "^0.3.1",
"express": "^4.16.3",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "^5.2.0",
"eyes": "^0.1.8",
"jade": "^1.11.0",
"json": "^9.0.6",
"jsonwebtoken": "^8.2.1",
"lokijs": "^1.5.4",
"moment": "^2.22.1",
"mongojs": "^2.5.0",
"mongoose": "^5.1.1",
"npm": "^6.0.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"jest": "^22.4.3"
}
}