-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 823 Bytes
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
{
"name": "mongoose-paginator",
"version": "0.2.5",
"author": "Jonas Liljestrand <jonas.liljestrand@gmail.com>",
"dependencies": {},
"devDependencies": {
"mocha": "latest",
"chai": "latest",
"mongoose": "latest",
"async": "latest"
},
"description": "Mongoose plugin for ranged pagination",
"bugs": {
"url":"https://github.com/jonlil/mongoose-paginate/issues/new"
},
"scripts": {
"test": "mocha -u bdd -R spec -c ./test/*test.js"
},
"keywords": [
"mongodb",
"mongoose",
"plugin",
"paginate"
],
"repository": {
"type": "git",
"url": "git://github.com/jonlil/mongoose-paginate.git"
},
"homepage": "http://github.com/jonlil/mongoose-paginate",
"license": "MIT"
}