UNPKG

1.27 kBJSONView Raw
1{
2 "name": "apx-helper-crud",
3 "version": "0.2.0",
4 "description": "CRUD (Create Read Update Delete) helper for APX API server actions ",
5 "homepage": "https://github.com/snailjs/apx-helper-crud",
6 "bugs": "https://github.com/snailjs/apx-helper-crud/issues",
7 "authors": [
8 {
9 "name": "Bryan Tong",
10 "email": "contact@nullivex.com",
11 "homepage": "https://github.com/nullivex"
12 },
13 {
14 "name": "Tony Butler",
15 "email": "spudz76@gmail.com",
16 "homepage": "https://github.com/spudz76"
17 }
18 ],
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/snailjs/apx-helper-crud.git"
22 },
23 "keywords": [
24 "mongoose",
25 "helper",
26 "crud",
27 "apx"
28 ],
29 "engines": {
30 "node": ">=0.8.0"
31 },
32 "dependencies": {
33 "async": "~0.2.9"
34 },
35 "devDependencies": {
36 "grunt": "~0.4.2",
37 "grunt-contrib-jshint": "~0.7.1",
38 "grunt-contrib-watch": "~0.5.3",
39 "grunt-mocha-test": "~0.8.1",
40 "grunt-project-update": "~0.2.2",
41 "mocha": "~1.15.1",
42 "chai": "~1.8.1",
43 "jshint-stylish": "~0.1.3",
44 "apx": "~0.6.1",
45 "apx-mongoose": "~0.5.0",
46 "mongoose-list": "~0.2.0",
47 "mongoose-merge-plugin": "0.0.3",
48 "mongoose": "~3.8.2"
49 },
50 "scripts": {
51 "test": "grunt test"
52 }
53}