UNPKG

musette

Version:
44 lines (43 loc) 1.01 kB
{ "name": "musette", "version": "2.0.1", "description": "A programmable stub API", "main": "index.js", "scripts": { "coveralls": "cat coverage/lcov.info | coveralls", "start": "./bin/musette", "test": "nyc -r html -r text mocha test" }, "bin": "./bin/musette", "repository": { "type": "git", "url": "git+ssh://git@github.com/Floby/node-musette.git" }, "keywords": [ "Programmable", "Stub", "API" ], "author": "Florent Jaby <florent.jaby@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Floby/node-musette/issues" }, "homepage": "https://github.com/Floby/node-musette#readme", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.4", "mocha": "^6.1.4", "nyc": "^14.1.1", "sinon": "^7.3.2", "supertest": "^4.0.2" }, "dependencies": { "body-parser": "^1.19.0", "envie": "^2.0.0", "express": "^4.17.1", "joi": "^14.3.1", "morgan": "^1.9.1", "url-matcher": "^0.2.2" } }