{
  "name": "gulp-develop-server",
  "version": "0.5.2",
  "auther": "narirou <narirou.github@gmail.com>",
  "description": "run node.js server and automatically restart for your development.",
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/narirou/gulp-develop-server.git"
  },
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --timeout 3000 ./test/test"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "server",
    "restart",
    "express"
  ],
  "dependencies": {
    "gulp-util": "^3.0.3",
    "lodash": "^4.13.1"
  },
  "devDependencies": {
    "express": "^4.4.5",
    "istanbul": "^0.4.0",
    "mocha": "^2.1.0",
    "should": "^8.4.0",
    "sinon": "^1.12.2",
    "supertest": "^1.0.1"
  },
  "license": "MIT"
}
