-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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": "home-skill-web",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"alexa",
"smart",
"home"
],
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^3.1.7",
"express": "^4.14.0",
"express-session": "^1.14.1",
"mongoose": "^5.7.6",
"mongoose-sequence": "^3.1.0",
"morgan": "^1.7.0",
"mqtt": "^2.0.1",
"nodemailer": "^6.6.1",
"oauth2orize": "^1.5.1",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"passport-totp": "0.0.2",
"querystring": "^0.2.0",
"request": "^2.79.0",
"rotating-file-stream": "^1.3.6",
"simple-node-logger": "^0.93.40",
"uid2": "0.0.3"
},
"devDependencies": {
"passport-oauth2": "^1.3.0"
}
}