{
  "name": "system-live-reload",
  "version": "1.5.3",
  "description": "Reload your application as you develop",
  "main": "live.js",
  "scripts": {
    "test": "live-reload-test --cmd testee test/test.html test/unit.html --browsers firefox --reporter Spec",
    "live-reload-test": "live-reload-test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stealjs/live-reload.git"
  },
  "keywords": [
    "stealjs",
    "systemjs",
    "reload",
    "hot",
    "swapping"
  ],
  "author": "Bitovi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stealjs/live-reload/issues"
  },
  "homepage": "https://github.com/stealjs/live-reload",
  "devDependencies": {
    "funcunit": "^3.0.0",
    "grunt": "^0.4.5",
    "jquery": "^2.1.4",
    "live-reload-testing": "^5.1.0",
    "steal": "^0.16.0",
    "steal-qunit": "^0.1.1",
    "testee": "^0.2.0"
  },
  "system": {
	"npmAlgorithm": "flat",
    "npmIgnore": [
      "testee",
      "grunt"
    ]
  }
}
