apx-helper-crud
Version:
CRUD (Create Read Update Delete) helper for APX API server actions
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "apx-helper-crud",
"version": "0.2.6",
"description": "CRUD (Create Read Update Delete) helper for APX API server actions ",
"homepage": "https://github.com/snailjs/apx-helper-crud",
"bugs": "https://github.com/snailjs/apx-helper-crud/issues",
"authors": [
{
"name": "Bryan Tong",
"email": "contact@nullivex.com",
"homepage": "https://github.com/nullivex"
},
{
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://github.com/spudz76"
}
],
"repository": {
"type": "git",
"url": "https://github.com/snailjs/apx-helper-crud.git"
},
"keywords": [
"mongoose",
"helper",
"crud",
"apx"
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"async": "~0.2.9",
"object-manage": "~0.7.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.8.1",
"grunt-project-update": "~0.2.2",
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jshint-stylish": "~0.1.3",
"apx": "~0.7.2",
"apx-mongoose": "~0.5.1",
"mongoose-list": "~0.2.0",
"mongoose-merge-plugin": "0.0.3",
"mongoose": "~3.8.2",
"apx-session": "~0.2.2",
"apx-roles": "~0.1.0"
},
"scripts": {
"test": "grunt test"
}
}