-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "node-template",
"version": "0.0.1",
"description": "A Node JS website template",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewstewart/node-template.git"
},
"author": "“Matthew <“[email protected]”>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/matthewstewart/node-template/issues"
},
"homepage": "https://github.com/matthewstewart/node-template#readme",
"dependencies": {
"aws-sdk": "^2.28.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.1",
"method-override": "^2.3.7",
"moment": "^2.17.1",
"mongoose": "^4.9.0",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"sendgrid": "^4.8.2",
"socket.io": "^1.7.3"
}
}