UNPKG

grunt-contrib-livereload

Version:
53 lines (52 loc) 1.19 kB
{ "name": "grunt-contrib-livereload", "description": "Reload assets live in the browser", "version": "0.1.2", "homepage": "https://github.com/gruntjs/grunt-contrib-livereload", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": { "type": "git", "url": "git://github.com/gruntjs/grunt-contrib-livereload.git" }, "bugs": { "url": "https://github.com/gruntjs/grunt-contrib-livereload/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gruntjs/grunt-contrib-livereload/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">=0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "tiny-lr": "~0.0.4" }, "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-internal": "~0.4.2", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-simple-mocha": "~0.3.2", "mocha": "~1.8.1" }, "peerDependencies": { "grunt": "~0.4.0" }, "keywords": [ "gruntplugin", "livereload", "reload", "refresh", "websockets" ] }