forked from lykmapipo/express-mquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "express-mquery",
"version": "0.2.1",
"description": "Expose mongoose query API through HTTP request",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/express-mquery.git"
},
"author": "Lally Elias",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/express-mquery/issues"
},
"homepage": "https://github.com/lykmapipo/express-mquery",
"contributors": [{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}],
"keywords": [
"mongoose",
"mongoose-plugin",
"query",
"express",
"connect",
"http",
"blueprint",
"api",
"rest",
"search",
"filter",
"find",
"sort",
"skip",
"distinct",
"limit",
"query",
"paginate",
"middleware",
"mongodb"
],
"dependencies": {
"async": "^1.5.0",
"bluebird": "^3.0.6",
"express-paginate": "^0.1.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"chai": "^3.4.0",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.1",
"mocha": "^2.1.0",
"mongoose": "^4.1.10",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"supertest": "^1.1.0"
}
}