Skip to content

Instantly share code, notes, and snippets.

@jeremyhuang3627
Created May 19, 2014 18:55
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 jeremyhuang3627/5eda93ee5677a2083a04 to your computer and use it in GitHub Desktop.
Save jeremyhuang3627/5eda93ee5677a2083a04 to your computer and use it in GitHub Desktop.
nodejitsu package.json
{
"name": "mean",
"description": "DormCat the world's best cleaner's platform",
"version": "0.3.0-7",
"private": false,
"author": "Dorminate,Inc.",
"repository": {
"type": "git",
"url": "https://github.com/linnovate/mean.git"
},
"domains": [
"dormcat.com",
"www.dormcat.com"
],
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"meanio": "latest",
"assetmanager": "^0.1.1",
"express": "~3.4.7",
"consolidate": "~0.10.0",
"dependable": "0.2.5",
"mongoose": "~3.8.3",
"bower": "~1.2.8",
"grunt-cli": "~0.1.11",
"connect-mongo": "~0.4.0",
"connect-flash": "~0.1.1",
"passport": "~0.1.18",
"passport-local": "~0.1.6",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-linkedin": "~0.1.3",
"lodash": "~2.4.1",
"forever": "~0.10.11",
"swig": "~1.3.2",
"express-validator": "~1.0.1",
"view-helpers": "~0.1.4",
"mean-logger": "0.0.1",
"paypal-rest-sdk": "~0.8.0",
"braintree": "~1.14.0",
"grunt": "~0.4.5"
},
"devDependencies": {
"assetmanager": "^0.1.1",
"grunt-env": "~0.4.1",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "latest",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-jshint": "latest",
"grunt-karma": "~0.6.2",
"grunt-nodemon": "0.2.0",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"karma": "~0.10.4",
"karma-coverage": "~0.1.0",
"supertest": "0.8.2",
"should": "2.1.1",
"grunt-contrib-less": "~0.11.0"
},
"subdomain": "dormcat"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment