-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "MEAN_MVC_4thTutorial",
"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_4thTutorial.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_4thTutorial/issues"
},
"homepage": "https://github.com/Hitman666/MEAN_MVC_4thTutorial",
"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.28",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0"
}
}