UNPKG

connect-livereload-https

Version:

connect middleware for adding the livereload script to the response

39 lines (38 loc) 869 B
{ "name": "connect-livereload-https", "description": "connect middleware for adding the livereload script to the response", "version": "1.0.0", "author": "Andi Neck <andi.neck@intesso.com>", "contributors": [ { "name": "Andi Neck", "email": "andi.neck@intesso.com" }, { "name": "Michael Dreher", "email": "migg@migg.net" } ], "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/migg24/connect-livereload-https", "main": "index", "license": "MIT", "engines": { "node": "*" } }