meanify
Version:
Node.js Express middleware that uses your Mongoose schema to generate SCRUD API routes compatible with AngularJS and ngResource.
44 lines (43 loc) • 958 B
JSON
{
"name": "meanify",
"version": "0.1.8",
"description": "Node.js Express middleware that uses your Mongoose schema to generate SCRUD API routes compatible with AngularJS and ngResource.",
"main": "meanify.js",
"dependencies": {
"body-parser": "^1.14.2",
"debug": "^2.2.0",
"pluralize": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/artzstudio/meanify"
},
"keywords": [
"mean",
"rest",
"angular",
"express",
"middleware",
"api",
"router",
"mongodb",
"mongoose",
"orm",
"model",
"crud",
"ngresource",
"schema"
],
"author": "Dave Artz <dave@artzstudio.com> (http://artzstudio.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/artzstudio/meanify/issues"
},
"homepage": "https://github.com/artzstudio/meanify",
"devDependencies": {
"express": "*",
"mongoose": "*",
"request": "*",
"tap": "*"
}
}