UNPKG

apx-helper-crud

Version:

CRUD (Create Read Update Delete) helper for APX API server actions

53 lines (52 loc) 1.26 kB
{ "name": "apx-helper-crud", "version": "0.1.3", "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", "initializer", "apx" ], "engines": { "node": ">=0.8.0" }, "dependencies": { "async": "~0.2.9" }, "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.3.2", "apx-mongoose": "~0.3.1", "mongoose-list": "~0.1.0", "mongoose-merge-plugin": "0.0.3", "mongoose": "~3.8.2" }, "scripts": { "test": "grunt test" } }