nock-knock
Version:
Advanced router handling for nock
34 lines (33 loc) • 671 B
JSON
{
"name": "nock-knock",
"version": "2.0.0",
"description": "Advanced router handling for nock",
"main": "./index",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/nock-knock.git"
},
"keywords": [
"nock",
"router",
"route",
"param",
"params"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/nock-knock/issues"
},
"homepage": "https://github.com/3rd-Eden/nock-knock#readme",
"dependencies": {
"routable": "0.0.x"
},
"devDependencies": {
"assume": "2.x.x",
"mocha": "5.x.x"
}
}