{
  "name": "simple-watchify-server",
  "version": "0.0.2",
  "description": "a simple dev server for watchify (experimental)",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "concat-stream": "^1.5.0",
    "debounce": "^1.0.0",
    "ecstatic": "^0.8.0",
    "events": "^1.0.2",
    "once": "^1.3.2",
    "routes-router": "^4.1.2",
    "simple-html-index": "^1.0.1",
    "through2": "^2.0.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "watchify",
    "dev",
    "server",
    "simple",
    "setup"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/simple-watchify-server.git"
  },
  "homepage": "https://github.com/mattdesl/simple-watchify-server",
  "bugs": {
    "url": "https://github.com/mattdesl/simple-watchify-server/issues"
  }
}
