Merge branch 'master' of github.com:whitef0x0/medforms

This commit is contained in:
David Baldwynn 2015-07-10 13:59:44 -07:00
commit a70d04a079

View File

@ -1,7 +1,7 @@
{
"name": "meanjs",
"name": "medforms",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"version": "0.3.3",
"version": "0.0.1",
"private": false,
"author": "https://github.com/meanjs/mean/graphs/contributors",
"repository": {
@ -15,7 +15,7 @@
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
"postinstall": "bower install --config.interactive=false; grunt"
},
"dependencies": {
"async": "~0.9.0",
@ -35,9 +35,11 @@
"grunt-cli": "~0.1.13",
"helmet": "~0.5.0",
"lodash": "~2.4.1",
"main-bower-files": "~2.8.2",
"method-override": "~2.3.0",
"mongoose": "~3.8.8",
"morgan": "~1.4.1",
"multer": "^0.1.8",
"nodemailer": "~1.3.0",
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
@ -71,7 +73,6 @@
"karma-jasmine": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"load-grunt-tasks": "~1.0.0",
"main-bower-files": "^2.8.2",
"should": "~4.1.0",
"supertest": "~0.14.0"
}