michaelmior/node-loco-skeleton

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "app-name",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "lcm server",
    "test": "grunt test"
  },
  "dependencies": {
    "locomotive": "~0.3.1",
    "express": "~3.0.0",
    "connect-powered-by": "~0.1.0",
    "dustjs-linkedin": "~1.0.0",
    "consolidate": "~0.3.1",
    "less-middleware": "~0.1.6",
    "passport": "~0.1.12",
    "passport-local": "~0.1.6",
    "bcrypt": "~0.7.2",
    "mongoose": "~3.3.0",
    "locomotive-mongoose": "~0.1.0",
    "requireindex": "~0.1.8",
    "winston": "~0.6.2",
    "connect-flash": "~0.1.0"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "should": "~1.1.0",
    "vows": "~0.7.0",
    "grunt-vows": "~0.4.0",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-watch": "~0.4.4"
  }
}