proxkey
Version:
Proxy/Mock server for testing build on top of HAPI.js
40 lines (39 loc) • 793 B
JSON
{
"name": "proxkey",
"version": "0.4.0",
"description": "Proxy/Mock server for testing build on top of HAPI.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/doron2402/Proxkey.git"
},
"keywords": [
"proxy",
"mock",
"server",
"node.js",
"hapi.js",
"Joi",
"QA server",
"Testing server",
"BeatsMusic"
],
"author": "Doron Segal",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/doron2402/Proxkey/issues"
},
"dependencies": {
"hapi": "~3.0.2",
"lodash": "~2.4.1",
"xml2js": "~0.4.2"
},
"devDependencies": {
"mocha": "~1.19.0",
"should": "~3.3.2",
"supertest": "~0.13.0"
}
}