UNPKG

json-mock-kuitos

Version:

Mock a REST API just using JSON. An advanced fork of typicode/json-server

76 lines (75 loc) 1.87 kB
{ "name": "json-mock-kuitos", "version": "1.2.0", "description": "Mock a REST API just using JSON. An advanced fork of typicode/json-server", "main": "./src/index.js", "bin": "./bin/index.js", "directories": { "test": "test" }, "dependencies": { "body-parser": "^1.8.1", "chalk": "^0.4.0", "cors": "^2.3.0", "errorhandler": "^1.2.0", "express": "^4.9.5", "express-http-proxy": "^0.6.0", "glob": "^7.1.1", "got": "^1.2.2", "lowdb": "^0.7.1", "method-override": "^2.1.2", "morgan": "^1.3.1", "node-uuid": "^1.4.2", "object-assign": "^4.1.0", "underscore": "^1.5.2", "underscore-db": "^0.8.0", "underscore.inflections": "~0.2.1", "update-notifier": "^0.2.2", "yargs": "^1.3.1" }, "devDependencies": { "husky": "^0.6.1", "istanbul": "^0.3.14", "mocha": "^2.2.4", "object-assign": "^4.1.0", "supertest": "~0.8.1" }, "scripts": { "test": "./node_modules/istanbul/lib/cli.js cover _mocha --", "pub": "npm pulish && cnpm sync json-mock-kuitos", "start": "node server.js" }, "repository": { "type": "git", "url": "git://github.com/therebelrobot/json-mock.git" }, "keywords": [ "JSON", "advanced", "expanded", "nested", "server", "fake", "REST", "API", "prototyping", "mock", "mocking", "test", "testing", "rest", "data", "dummy", "sandbox" ], "author": "Kuitos (@Kuitos) <kuitos.lau@gmail.com> ", "contributors": [ "Trent Oswald (@therebelrobot) <trentoswald@therebelrobot.com> (original trentoswald/json-mock fork)", "Typicode <typicode@gmail.com> (original typicode/json-server fork)" ], "license": "MIT", "bugs": { "url": "https://github.com/therebelrobot/json-mock/issues" }, "homepage": "https://github.com/therebelrobot/json-mock" }