-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 962 Bytes
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
{
"name": "HomeControl",
"version": "1.0.0",
"description": "Home control using Google Home",
"author": "Carl Schriever <crschriever@gmail.com>",
"scripts": {
"start": "nodemon --watch server server/server.js"
},
"main": "server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/crschriever/HomeControl"
},
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"dateformat": "^2.0.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.2",
"express-validator": "^3.2.0",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.9.7",
"morgan": "^1.8.1",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"socket.io": "^1.7.3"
}
}