34 lines
744 B
JSON
34 lines
744 B
JSON
{
|
|
"name": "connect-livereload",
|
|
"description": "connect middleware for adding the livereload script to the response",
|
|
"version": "0.6.1",
|
|
"author": "Andi Neck <andi.neck@intesso.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Andi Neck",
|
|
"email": "andi.neck@intesso.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"connect": "^3.3.4",
|
|
"express": "~4.11.2",
|
|
"mocha": "~2.1.0",
|
|
"serve-static": "^1.8.1",
|
|
"supertest": "~0.15.0"
|
|
},
|
|
"keywords": [
|
|
"connect",
|
|
"livereload",
|
|
"live-reload"
|
|
],
|
|
"repository": "git://github.com/intesso/connect-livereload",
|
|
"main": "index",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|