forked from vinicius0026/datatables-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 958 Bytes
/
package.json
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
{
"name": "datatables-query-w-filter",
"version": "0.4.2",
"description": "A module for doing MongoDB pagination and search, based on DataTables query model. Relies on Express and Mongoose.",
"repository": {
"type": "git",
"url": "git+https://github.com/boylove142/datatables-query.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"datatables",
"pagination",
"mongoose",
"MongoDB",
"Express",
"node",
"nodejs",
"expressjs"
],
"author": "Vinicius Teixeira",
"license": "MIT",
"dependencies": {
"async": "^1.4.2"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jscs": "^2.1.0",
"grunt-release": "^0.13.0",
"sinon": "^1.16.1"
},
"bugs": {
"url": "https://github.com/fiddus/datatables-query/issues"
},
"homepage": "https://github.com/fiddus/datatables-query#readme"
}