UNPKG

koa-snapshot

Version:

take a snapshot for each url

39 lines (38 loc) 804 B
{ "name": "koa-snapshot", "version": "1.2.0", "description": "take a snapshot for each url", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git@github.com:koajs/snapshot.git" }, "keywords": [ "koa", "middleware", "snapshot", "errorHandler" ], "author": "dead_horse <dead_horse@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/koajs/snapshot/issues" }, "homepage": "https://github.com/koajs/snapshot", "devDependencies": { "autod": "^0.2.1", "istanbul-harmony": "~0.3.0", "koa": "~0.8.1", "mocha": "*", "should": "^4.0.4", "supertest": "~0.13.0" }, "dependencies": { "copy-to": "~1.0.1", "lru-cache": "~2.5.0" }, "files": ["index.js"] }