cleaned up package.json
This commit is contained in:
30
package.json
30
package.json
@ -1,40 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-quickstart",
|
"name": "angular-quickstart",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
|
||||||
"start": "node node_modules/grunt-cli/bin/grunt",
|
|
||||||
"test": "node node_modules/grunt-cli/bin/grunt test",
|
|
||||||
"postinstall": "bower install"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "latest",
|
"express": "latest",
|
||||||
"jade": "latest",
|
"jade": "latest",
|
||||||
"mongoose": "latest",
|
"mongoose": "latest",
|
||||||
"connect-mongo": "latest",
|
|
||||||
"connect-flash": "latest",
|
|
||||||
"crypto": "latest",
|
"crypto": "latest",
|
||||||
"passport": "latest",
|
"passport": "latest",
|
||||||
"passport-local": "latest",
|
"passport-local": "latest",
|
||||||
"passport-facebook": "latest",
|
"passport-facebook": "latest",
|
||||||
|
"passport-google": "latest",
|
||||||
|
"passport-linkedin": "latest",
|
||||||
"passport-twitter": "latest",
|
"passport-twitter": "latest",
|
||||||
"passport-github": "latest",
|
|
||||||
"passport-google-oauth": "latest",
|
|
||||||
"underscore": "latest",
|
"underscore": "latest",
|
||||||
"view-helpers": "latest",
|
"forever": "latest"
|
||||||
"mean-logger": "latest",
|
|
||||||
"forever": "latest",
|
|
||||||
"bower": "latest",
|
|
||||||
"grunt": "latest",
|
|
||||||
"grunt-cli": "latest",
|
|
||||||
"grunt-env": "latest"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"supertest": "latest",
|
|
||||||
"should": "latest",
|
|
||||||
"grunt-contrib-watch": "latest",
|
|
||||||
"grunt-contrib-jshint": "latest",
|
|
||||||
"grunt-nodemon": "latest",
|
|
||||||
"grunt-concurrent": "latest",
|
|
||||||
"grunt-mocha-test": "latest"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user