artificial
Version:
Inject fake HTTP request/response into an Express server
39 lines (38 loc) • 887 B
JSON
{
"name": "artificial",
"version": "1.0.1",
"description": "Inject fake HTTP request/response into an Express server",
"author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)",
"main": "lib/index.js",
"homepage": "https://github.com/cjihrig/artificial",
"repository": {
"type": "git",
"url": "git+https://github.com/cjihrig/artificial.git"
},
"bugs": {
"url": "https://github.com/cjihrig/artificial/issues"
},
"license": "MIT",
"scripts": {
"lint": "belly-button -f",
"test": "npm run lint && lab -v -t 100"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@hapi/joi": "16.x.x",
"@hapi/shot": "4.1.x"
},
"devDependencies": {
"@hapi/lab": "22.x.x",
"belly-button": "6.x.x",
"cb-barrier": "1.x.x",
"express": "4.x.x"
},
"keywords": [
"inject",
"shot",
"http"
]
}