{
  "name": "grunt-serve",
  "description": "Starts a http server that can be called to run tasks and serve files",
  "version": "0.1.6",
  "homepage": "https://github.com/lud2k/grunt-serve",
  "author": {
    "name": "Ludovic Cabre",
    "email": "ludovic.cabre@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lud2k/grunt-serve.git"
  },
  "bugs": {
    "url": "https://github.com/lud2k/grunt-serve/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/lud2k/grunt-serve/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt": "~0.4.0",
    "grunt-conventional-changelog": "~1.0.0",
    "load-grunt-tasks": "~0.2.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "keywords": [
    "gruntplugin", "serve", "http", "build"
  ],
  "dependencies": {
    "connect": "~2.13.0",
    "dot": "~1.0.2"
  },
  "readmeFilename": "README.md",
  "_id": "grunt-serve@0.1.6",
  "_from": "grunt-serve@~0.1.6",
  "_resolved": "https://registry.npmjs.org/grunt-serve/-/grunt-serve-0.1.6.tgz"
}
