express-slas
Version:
SLA's handler for Express.JS
43 lines (41 loc) • 961 B
JSON
{
"name": "express-slas",
"version": "1.1.1",
"description": "SLA's handler for Express.JS",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elfido/express-slas.git"
},
"keywords": [
"middleware",
"express",
"slas",
"service level agreement"
],
"author": "Fido <fidencio.garrido@gmail.com>",
"license": "\tGPL-3.0",
"bugs": {
"url": "https://github.com/elfido/express-slas/issues"
},
"homepage": "https://github.com/elfido/express-slas#readme",
"devDependencies": {
"chai": "^3.5.0",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"morgan": "^1.7.0",
"request": "^2.74.0",
"superagent": "^2.1.0",
"supertest": "^1.2.0"
},
"dependencies": {
}
}