{
  "name": "json-live",
  "version": "0.3.1",
  "description": "hot reloads JSON files without losing app state",
  "main": "./lib/transform.js",
  "browser": "./browser.js",
  "license": "MIT",
  "bin": {
    "json-live": "./cli.js"
  },
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "bole": "^2.0.0",
    "chokidar": "^1.0.0-rc3",
    "esprima": "^2.0.0",
    "events": "^1.0.2",
    "extend": "^2.0.0",
    "querystring": "^0.2.0",
    "replace-method": "0.0.0",
    "request": "^2.53.0",
    "sse-stream": "0.0.4",
    "through": "^2.3.6",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "browserify": "^9.0.3",
    "budo": "^1.1.0",
    "canvas-testbed": "^1.0.3",
    "garnish": "^2.1.0",
    "tape": "^3.5.0",
    "watchify": "^2.4.0",
    "wzrd": "^1.2.1"
  },
  "scripts": {
    "test": "node test/test-client.js",
    "live": "node ./cli.js | garnish -v",
    "start": "wzrd example/index.js -- -t ./lib/transform.js | garnish -v",
    "watch": "budo example/index.js -t ./lib/transform --verbose | garnish"
  },
  "keywords": [
    "hot",
    "reload",
    "watch",
    "watchify",
    "reloading",
    "reloader",
    "live",
    "coding",
    "code",
    "invent",
    "inventing",
    "on",
    "principle",
    "bret",
    "victor",
    "browserify"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/json-live.git"
  },
  "homepage": "https://github.com/mattdesl/json-live",
  "bugs": {
    "url": "https://github.com/mattdesl/json-live/issues"
  }
}
