-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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": "excap",
"version": "1.0.0",
"description": "Cisco Meraki Click-through Captive Portal",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Cisco",
"Meraki",
"wifi",
"Splash",
"Page",
"Captive",
"Portal",
"EXCAP"
],
"author": "Cory Guynn",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^1.0.6",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"express-mongo-rest": "^0.1.1",
"express-session": "^1.12.1",
"express3-handlebars": "^0.5.2",
"mongodb": "^2.0.49",
"mongoose": "^5.7.5",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"passport-linkedin": "~1.0.0",
"session": "~0.1.0",
"connect-mongo": "~1.1.0",
"express-mongo": "~0.3.0"
}
}