mock-express-request
Version:
Nodejs library to mock express http request
65 lines (64 loc) • 1.41 kB
JSON
{
"name": "mock-express-request",
"version": "0.2.2",
"description": "Nodejs library to mock express http request",
"keywords": [
"express",
"connect",
"mock",
"stab",
"unit",
"test",
"spec",
"specification",
"bdd",
"tdd",
"request",
"http",
"htttps"
],
"main": "index.js",
"scripts": {
"test": "grunt test && nsp check"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mock-express-request.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mock-express-request/issues"
},
"homepage": "https://github.com/lykmapipo/mock-express-request",
"contributors": [
{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}
],
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "^2.2.1",
"mocha": "^4.0.1",
"nsp": "^3.1.0"
},
"dependencies": {
"accepts": "^1.3.4",
"fresh": "^0.5.2",
"lodash": "^4.17.4",
"mock-req": "^0.2.0",
"parseurl": "^1.3.2",
"range-parser": "^1.2.0",
"type-is": "^1.6.15"
}
}