inject-lr-script
Version:
inject live reload into HTML content
44 lines (43 loc) • 930 B
JSON
{
"name": "inject-lr-script",
"version": "2.2.0",
"description": "inject live reload into HTML content",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"resp-modifier": "^6.0.0"
},
"devDependencies": {
"request": "^2.53.0",
"serve-static": "^1.10.2",
"stacked": "^1.1.1",
"standard": "^5.4.1",
"tape": "^3.5.0"
},
"scripts": {
"test": "standard && node test/test.js"
},
"keywords": [
"inject",
"live",
"reload",
"tiny-lr",
"lr",
"tiny",
"tinyreload",
"html"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/inject-lr-script.git"
},
"homepage": "https://github.com/mattdesl/inject-lr-script",
"bugs": {
"url": "https://github.com/mattdesl/inject-lr-script/issues"
}
}