UNPKG

toa-favicon

Version:
42 lines (41 loc) 762 B
{ "name": "toa-favicon", "description": "Favicon middleware for toa.", "authors": [ "Yan Qing <admin@zensh.com>" ], "version": "1.3.0", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:toajs/toa-favicon.git" }, "engines": { "node": ">= 4.5.0" }, "homepage": "https://github.com/toajs/toa-favicon", "keywords": [ "toa", "toa-module", "toa-middleware", "favicon", "favicon.ico" ], "dependencies": {}, "peerDependencies": { "toa": ">=1.8" }, "devDependencies": { "standard": "^10.0.2", "supertest": "^3.0.0", "tman": "^1.6.9", "toa": "^2.6.8" }, "scripts": { "test": "standard && tman" }, "files": [ "index.js", "README.md" ] }