{
  "name"         : "<%= _.slugify(_.humanize(appname)) %>",
  "version"      : "0.0.0",
  "public"       : false,
  "description"  : "Opinionated Fullstack AngularJS and Express app (MEAN) from ColumbiaJS",
  "repository"   : {
    "type" : "git",
    "url" : "http://github.com/<%= organizationname %>/<%= _.slugify(_.humanize(appname)) %>.git"
  },
  "main": "server.js",
  "scripts": {
    "test": "grunt test"
  },
  "engines": {
    "node": "0.10.x",
    "npm": "2.6.x"
  },
  "keywords": [
    "MEAN",
    "angular",
    "express",
    "node",
    "mongodb",
    "mongo"
  ],
  "author": "Lev Brie",
  "license": "ISC",
  "dependencies": {
    "express": "^4.6.1",
    "lodash": "^2.4.1",
    "mongodb": "^1.4.7",
    "mongoose": "^3.8.13",
    "body-parser": "^1.5.0",
    "method-override": "^2.1.2",
    "morgan": "^1.2.0",
    "dotenv": "^0.4.0",
    "passport": "^0.2.0",
    "passport-local": "^1.0.0",
    "passport-facebook": "^1.0.3",
    "passport-google-oauth": "^0.1.5",
    "passport-github": "^0.1.5",
    "passport-linkedin": "^0.1.3",
    "passport-twitter": "^1.0.2",
    "express-session": "^1.7.2",
    "composable-middleware": "^0.3.0",
    "ejs": "^1.0.0",
    "jwt-simple": "^0.2.0",
    "bcryptjs": "^2.0.2",
    "moment": "^2.8.2",
    "request": "^2.40.0",
    "bower": "^1.3.12",
    "underscore.string": "^2.3.3",
    "bluebird": "^2.3.10"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-build-control": "^0.3.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-contrib-compass": "^0.9.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-express-server": "^0.4.17",
    "grunt-karma": "^0.8.3",
    "grunt-ng-annotate": "^0.10.0",
    "grunt-open": "^0.2.3",
    "grunt-protractor-runner": "^1.1.0",
    "grunt-wiredep": "^1.8.0",
    "jit-grunt": "^0.7.0",
    "jshint-stylish": "^0.4.0",
    "karma": "^0.12.24",
    "karma-chai-plugins": "^0.2.1",
    "karma-chrome-launcher": "^0.1.4",
    "karma-jasmine": "^0.1.5",
    "karma-mocha": "^0.1.6",
    "karma-ng-html2js-preprocessor": "^0.1.0",
    "karma-phantomjs-launcher": "^0.1.4",
    "mocha": "^1.21.3",
    "protractor": "^1.0.0",
    "time-grunt": "^0.4.0",
    "grunt-injector": "^0.5.4",
    "karma-osx-reporter": "^0.1.0",
    "karma-html-reporter": "^0.2.4",
    "karma-coverage": "^0.2.6",
    "grunt-usemin": "^2.4.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-cssmin": "^0.10.0",
    "grunt-contrib-copy": "^0.6.0",
    "grunt-angular-templates": "^0.5.7",
    "codeclimate-test-reporter": "0.0.4",
    "should": "^4.1.0",
    "grunt-mocha-test": "^0.12.1",
    "supertest": "^0.14.0",
    "grunt-release": "^0.7.0",
    "grunt-conventional-changelog": "^1.1.0",
    "grunt-autoprefixer": "^2.0.0",
    "grunt-newer": "^0.8.0",
    "grunt-concurrent": "^1.0.0",
    "chalk": "^0.5.1",
    "grunt-svgmin": "^2.0.0",
    "grunt-google-cdn": "^0.4.3",
    "grunt-contrib-imagemin": "^0.9.2",
    "grunt-rev": "^0.1.0",
    "semver": "^4.1.0",
    "q": "^1.1.1",
    "shelljs": "^0.3.0"
  }
}
