-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.24 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@wan10/aggregate-tool-pagination",
"version": "1.0.8",
"description": "A most easiest plugin for aggregate pagination of Mongoose with customizable query.",
"main": "index.js",
"scripts": {
"test": "mocha tests/*.js -R spec --ui bdd --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wan10/aggregate-tool-pagination.git"
},
"keywords": [
"aggregate",
"aggregate-tool",
"aggregate-tool-pagination",
"aggregate-paginate",
"aggregate-pagination",
"mongoose-aggregate",
"mongoose",
"pagination",
"mongodb",
"plugin",
"paging",
"paginate",
"next",
"prev",
"nextpage",
"total",
"prevpage",
"paginator"
],
"author": "wan10 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wan10/aggregate-tool-pagination/issues"
},
"homepage": "https://github.com/Wan10/aggregate-tool-pagination#readme",
"dependencies": {},
"devDependencies": {
"mocha": "^5.2.0",
"mongoose": "^5.2.4",
"chai": "^4.2.0"
},
"engines": {
"node": ">=4.0.0"
},
"publishConfig": {
"registry":"https://npm.pkg.github.com/"
},
"directories": {
"lib": "lib",
"test": "tests"
}
}