Skip to content

Instantly share code, notes, and snippets.

/json Secret

Created November 19, 2014 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c864fbc2572bd10f7e90 to your computer and use it in GitHub Desktop.
Save anonymous/c864fbc2572bd10f7e90 to your computer and use it in GitHub Desktop.
package.json
{
"name": "n-express",
"description": "N Express",
"author": "RK, N Express",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "node server.js",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"express": "~4.7.2",
"express-session": "~1.7.2",
"body-parser": "~1.5.2",
"cookie-parser": "~1.3.2",
"compression": "~1.0.9",
"method-override": "~2.1.2",
"morgan": "~1.2.2",
"connect-mongo": "~0.4.1",
"connect-flash": "~0.1.1",
"helmet": "~0.4.0",
"consolidate": "~0.10.0",
"swig": "~1.4.1",
"mongoose": "~3.8.8",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"passport-linkedin": "~0.1.3",
"passport-google-oauth": "~0.1.5",
"passport-github": "~0.1.5",
"lodash": "~2.4.1",
"forever": "~0.11.0",
"bower": "~1.3.8",
"grunt-cli": "~0.1.13",
"glob": "~4.0.5",
"async": "~0.9.0",
"nodemailer": "~1.1.1",
"shortid": "~2.0.1",
"moment": "~2.8.3",
"mongoose-auto-increment": "~3.0.8"
},
"devDependencies": {
"supertest": "~0.13.0",
"should": "~4.0.4",
"grunt-env": "~0.4.1",
"grunt-node-inspector": "~0.1.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-nodemon": "~0.3.0",
"grunt-concurrent": "~0.5.0",
"grunt-mocha-test": "~0.11.0",
"grunt-karma": "~0.8.2",
"load-grunt-tasks": "~0.6.0",
"karma": "~0.12.0",
"karma-jasmine": "~0.2.1",
"karma-coverage": "~0.2.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2"
},
"subdomain": "ne-online",
"version": "4.0.1-4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment