-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.02 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
{
"name": "antena-mongoose-pagination",
"version": "1.0.1-antena",
"description": "Mongoose Query Pagination",
"main": "./lib/pagination.js",
"peerDependencies": {
"mongoose": ">=2.7.0"
},
"devDependencies":{
"mongoose": ">=2.7.0",
"chai": "~1.3.0",
"coffee-script": "~1.3.3",
"mocha": "~1.6.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script"
},
"keywords": [
"mongoose",
"paginate",
"pagination",
"sort",
"page",
"limit"
],
"author": {
"name": "Moveline Inc.",
"email": "[email protected]",
"url": "https://www.moveline.com"
},
"contributors": [
{
"name": "Christopher Garvis",
"email": "[email protected]",
"url": "https://github.com/cgarvis"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Moveline/mongoose-pagination.git"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"license": "MIT"
}