35 lines
856 B
JSON
35 lines
856 B
JSON
{
|
|
"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"
|
|
}
|