| 12345678910111213141516171819202122232425262728293031323334353637 | {  "name": "livereload-js",  "version": "2.4.0",  "description": "LiveReload JS client - auto reload browser on changes",  "main": "lib/startup.js",  "directories": {    "test": "test"  },  "devDependencies": {    "coffee-script": "^1.12.7",    "envify": "^4.1.0",    "grunt": "^1.0.3",    "grunt-browserify": "^5.3.0",    "grunt-cli": "^1.3.1",    "grunt-contrib-coffee": "^1.0.0",    "grunt-mocha-test": "^0.13.3",    "jsdom": "^13.0.0",    "mocha": "^5.2.0"  },  "scripts": {    "test": "grunt test",    "build": "grunt build",    "postversion": "npm run build"  },  "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",  "__npminstall_done": true,  "_from": "livereload-js@2.4.0",  "_resolved": "https://registry.npmmirror.com/livereload-js/-/livereload-js-2.4.0.tgz"}
 |