Skip to content

Commit

Permalink
Added few --save switches in npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitman666 committed Jan 12, 2015
1 parent d7c2c98 commit 44980f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion config/env/development.js
@@ -1,5 +1,7 @@
var port = 1337;

module.exports = {
port: '1337',
port: port,
db: 'mongodb://localhost/todos',
facebook: {
clientID: '513828288756645',
Expand Down
12 changes: 7 additions & 5 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "MEAN_MVC_2ndTutorial",
"name": "MEAN_MVC_3rdTutorial",
"version": "1.0.0",
"description": "Code acompanying the [second blog post](https://hackhands.com/delving-node-js-express-web-framework/)",
"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_2ndTutorial.git"
"url": "https://github.com/Hitman666/MEAN_MVC_3rdTutorial.git"
},
"keywords": [
"MEAN",
Expand All @@ -17,17 +17,19 @@
"author": "Nikola Brežnjak <nikola.breznjak@gmail.com> (http://www.nikola-breznjak.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hitman666/MEAN_MVC_2ndTutorial/issues"
"url": "https://github.com/Hitman666/MEAN_MVC_3rdTutorial/issues"
},
"homepage": "https://github.com/Hitman666/MEAN_MVC_2ndTutorial",
"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"
}
}

0 comments on commit 44980f4

Please sign in to comment.