package.json 927 Bytes
{
  "name": "livereload-js",
  "version": "2.3.0",
  "description": "LiveReload JS client - auto reload browser on changes",
  "main": "lib/startup.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "coffee-script": "~1.7.1",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.3.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt-mocha-test": "^0.12.6",
    "jsdom": "~11.5.1",
    "mocha": "^4.1.0"
  },
  "scripts": {
    "prepare": "grunt build",
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/livereload/livereload-js.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/livereload/livereload-js/issues"
  },
  "homepage": "https://github.com/livereload/livereload-js",
  "_from": "livereload-js@2.3.0",
  "_resolved": "http://registry.npm.taobao.org/livereload-js/download/livereload-js-2.3.0.tgz"
}