-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "MEAN_MVC_3rdTutorial",
"version": "1.0.0",
"description": "Code acompanying the [third blog post](not yet published)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Hitman666/MEAN_MVC_3rdTutorial.git"
},
"keywords": [
"MEAN",
"MVC"
],
"author": "Nikola Brežnjak <[email protected]> (http://www.nikola-breznjak.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hitman666/MEAN_MVC_3rdTutorial/issues"
},
"homepage": "https://github.com/Hitman666/MEAN_MVC_3rdTutorial",
"dependencies": {
"body-parser": "^1.10.1",
"connect-flash": "^0.1.1",
"ejs": "^2.0.6",
"express": "^4.10.7",
"express-session": "^1.10.1",
"mongoose": "^3.8.21",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2"
}
}