resourcejs
Version:
A simple Express library to reflect Mongoose models to a REST interface.
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "resourcejs",
"version": "2.6.1",
"description": "A simple Express library to reflect Mongoose models to a REST interface.",
"main": "Resource.js",
"scripts": {
"test": "mocha --exit",
"coverage": "nyc --reporter=lcov --report-dir=./coverage npm run test",
"lint": "eslint Resource.js"
},
"repository": {
"type": "git",
"url": "https://github.com/travist/resourcejs"
},
"keywords": [
"Express",
"Mongoose",
"Node",
"MEAN"
],
"author": "Travis Tidwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/travist/resourcejs/issues"
},
"homepage": "https://github.com/travist/resourcejs",
"dependencies": {
"debug": "^4.3.2",
"fast-json-patch": "^3.1.1",
"moment": "^2.29.1",
"mongodb": "^6.12.0",
"mongoose": "^8.9.5",
"node-paginate-anything": "^1.0.0",
"range-parser": "^1.2.1"
},
"devDependencies": {
"body-parser": "^1.20.1",
"chance": "^1.1.9",
"coveralls": "^3.1.1",
"eslint": "^8.32.0",
"eslint-config-formio": "^1.1.4",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"supertest": "^6.3.3"
},
"peerDependencies": {
"express": "4.x",
"mongoose": "8.x"
}
}