{
  "name": "midway-sample",
  "version": "0.0.1",
  "private": true,
  "dependencies": {
    "midway": "latest",
    "express": "~4.3.1",
    "cookie-parser": "~1.1.0",
    "body-parser": "~1.3.0",
    "graceful": "~0.1.0",
    "recluster": "~0.3.6"
  },
  "scripts": {
    "start": "node bin/app.js"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-concurrent": "^0.5.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-node-inspector": "^0.1.5",
    "grunt-nodemon": "^0.2.1",
    "grunt-shell": "^0.7.0",
    "grunt-env": "^0.4.1",
    "matchdep": "^0.3.0"
  }
}
