timeout-request
Version:
http timeout request middleware
50 lines (49 loc) • 1.19 kB
JSON
{
"version": "1.8.0",
"name": "timeout-request",
"description": "http timeout request middleware",
"keywords": [
"request",
"timeout",
"shutdown",
"timer"
],
"preferGlobal": false,
"homepage": "https://github.com/hex7c0/timeout-request",
"author": {
"name": "hex7c0",
"email": "hex7c0@gmail.com",
"url": "https://hex7c0.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/hex7c0/timeout-request.git"
},
"bugs": {
"url": "https://github.com/hex7c0/timeout-request/issues",
"email": "hex7c0@gmail.com"
},
"main": "index.min.js",
"dependencies": {},
"devDependencies": {
"express": "~4.16",
"grunt": "~1.0",
"grunt-contrib-uglify": "~3.3",
"grunt-contrib-jshint": "~1.1",
"grunt-endline": "~0.7",
"grunt-safer-regex": "~0.1",
"istanbul": "~0.4",
"mocha": "~4.1",
"supertest": "~3.0"
},
"engines": {
"node": ">=4"
},
"scripts": {
"prepare": "npm prune",
"prepublishOnly": "grunt",
"test": "mocha --bail --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
},
"license": "Apache-2.0"
}