koa-slow
Version:
Delaying responses for resources by URL RegExp, for Koa server
68 lines • 1.55 kB
JSON
{
"name": "koa-slow",
"description": "Delaying responses for resources by URL RegExp, for Koa server",
"version": "2.1.0",
"main": "index.js",
"scripts": {
"test": "mocha --require should --reporter spec --bail",
"commit": "commit-wizard",
"build": "grunt",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"files": [
"index.js",
"LICENSE-MIT"
],
"keywords": [
"koa",
"middleware",
"slow",
"delay",
"debugging",
"testing"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/koa-slow.git"
},
"devDependencies": {
"co": "3.1.0",
"grunt": "0.4.5",
"grunt-bump": "0.0.16",
"grunt-cli": "^1.2.0",
"grunt-readme": "~0.4.5",
"gt": "0.8.47",
"koa": "^2.0.0-alpha.3",
"matchdep": "~0.3.0",
"mocha": "1.21.5",
"pre-git": "^3.8.4",
"request": "2.51.0",
"should": "3.3.2",
"supertest": "0.15.0",
"semantic-release": "^4.3.5"
},
"engines": {
"node": ">= 0.12.0",
"iojs": ">= 1.0.0"
},
"dependencies": {
"lodash.isregexp": "3.0.5",
"q": "1.4.1"
},
"config": {
"pre-git": {
"commit-msg": "simple",
"pre-commit": [
"npm run build",
"npm test"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
}