mock-http-server
Version:
Controllable HTTP Server Mock for your functional tests
29 lines (28 loc) • 736 B
JSON
{
"name": "mock-http-server",
"version": "1.4.5",
"description": "Controllable HTTP Server Mock for your functional tests",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/spreaker/node-mock-http-server.git"
},
"author": "Marco Pracucci <marco@pracucci.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/spreaker/node-mock-http-server/issues"
},
"homepage": "https://github.com/spreaker/node-mock-http-server",
"dependencies": {
"body-parser": "^1.18.1",
"connect": "^3.4.0",
"multiparty": "^4.1.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"jasmine": "^3.3.1"
}
}