UNPKG

stub-server

Version:

Stub server which do response depends on json configuration file

46 lines (45 loc) 1.04 kB
{ "name": "stub-server", "version": "0.1.4", "description": "Stub server which do response depends on json configuration file", "main": "index.js", "directories": { "example": "examples" }, "dependencies": { "log4js": "^0.6.25", "mime": "^1.3.4", "underscore": "^1.8.3" }, "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-test": "^0.12.7", "grunt-nodemon": "^0.4.0", "should": "^6.0.1", "sinon": "^1.14.1" }, "scripts": { "start": "node server.js" }, "repository": { "type": "git", "url": "https://github.com/semykin/stub-server.git" }, "keywords": [ "stub", "server", "mock", "stub-serve", "mock-server", "fake", "response" ], "author": "Vitalii Semykin", "license": "ISC", "bugs": { "url": "https://github.com/semykin/stub-server/issues" }, "homepage": "https://github.com/semykin/stub-server" }