UNPKG

opentok

Version:
39 lines (38 loc) 964 B
{ "name": "serve-favicon", "description": "favicon serving middleware with caching", "version": "2.3.2", "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", "license": "MIT", "keywords": [ "express", "favicon", "middleware" ], "repository": "expressjs/serve-favicon", "dependencies": { "etag": "~1.7.0", "fresh": "0.3.0", "ms": "0.7.2", "parseurl": "~1.3.1" }, "devDependencies": { "istanbul": "0.4.5", "mocha": "2.5.3", "proxyquire": "1.4.0", "supertest": "1.1.0" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" } }