UNPKG

merest

Version:

Express based REST-full API for Mongoose models

54 lines (53 loc) 1.16 kB
{ "name": "merest", "version": "1.2.3", "description": "Express based REST-full API for Mongoose models", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test-loc": "NODE_ENV=test istanbul cover _mocha -- -R spec", "test": "./test.sh" }, "keywords": [ "Mongoose", "Express", "RESTfull", "REST-full", "API", "REST", "rest", "rest-full", "restfull", "api", "models", "controllers", "routes", "json" ], "author": "Dmitry Scheglov <Dmitry.Scheglov@gmail.com>", "license": "MIT", "devDependencies": { "async": "^1.5.0", "body-parser": "^1.17.0", "colors": "^1.1.2", "coveralls": "^2.11.15", "express": "^4.15.2", "istanbul": "^0.4.5", "method-override": "^2.3.7", "mocha": "^2.5.3", "mongoose": "^4.8.6", "request": "^2.79.0", "twig": "^0.10.3" }, "dependencies": { }, "repository": { "type": "git", "url": "git+https://github.com/DScheglov/merest.git" }, "bugs": { "url": "https://github.com/DScheglov/merest/issues" }, "homepage": "https://github.com/DScheglov/merest#readme" }