{
  "name": "",
  "version": "0.0.0",
  "author": "",
  "description": "",
  "dependencies": {
    "express": "~4.12.0",
    "static-favicon": "~1.0.0",
    "morgan": "~1.5.0",
    "cookie-parser": "~1.3.1",
    "body-parser": "~1.12.0"
  },
  "devDependencies": {
    "grunt": "~0.4.4",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-jscs": "~1.5.0",
    "grunt-contrib-csslint": "~0.4.0",
    "grunt-htmlhint": "~0.4.0",
    "grunt-contrib-less": "~1.0.0",
    "grunt-contrib-watch": "~0.6.0",
    "grunt-strip": "~0.2.1",
    "grunt-shell": "~1.1.1",
    "grunt-contrib-htmlmin": "~0.4.0",
    "grunt-autoprefixer": "~2.2.0",
    "grunt-contrib-qunit": "~0.5.2",
    "time-grunt": "~1.1.0",
    "grunt-jsonlint": "~1.0.4",
    "grunt-banner": "~0.3.1"
  },  
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "test": "grunt --verbose"
  },
  "main": {
    "start": "node server.js"
  }
}