{
  "name": "gulp-devtools-live",
  "version": "0.1.9",
  "description": "Gulp plugin to run a Server with Live Edition and Live Reload with Devtools Live",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/StudioLabs/gulp-devtools-live"
  },
  "authors": [
    {
      "name": "Steed Monteiro",
      "email": "steed@studiolabs.io"
    },
    {
      "name": "Contributors",
      "homepage": "https://github.com/StudioLabs/gulp-live/graphs/contributors"
    }
  ],
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "gulpfriendly",
    "live",
    "liveedit",
    "livereload",
    "webserver",
    "hot",
    "reload",
    "server"
  ],
  "dependencies": {
    "devtools-live": "^0.2.2"
  },
  "devDependencies": {
    "gulp": "~3.5.1",
    "gulp-stylus": "0.0.11",
    "mocha": "^1.18.2",
    "supertest": "^0.10.0"
  }
}