-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "mongoose-populate-options",
"version": "1.1.3",
"description": "A Mongoose plugin for applying query options to every layer of population.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "ava tests/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devcolor/mongoose-populate-options.git"
},
"keywords": [
"mongoose",
"populate",
"options",
"schema",
"propagate",
"query",
"mongoose query",
"query options",
"mongoose query options"
],
"author": "Makinde Adeagbo",
"license": "MIT",
"bugs": {
"url": "https://github.com/devcolor/mongoose-populate-options/issues"
},
"homepage": "https://github.com/devcolor/mongoose-populate-options#readme",
"devDependencies": {
"ava": "1.0.0-beta.6",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.12.0",
"mongoose": "5.9.7"
},
"peerDependencies": {
"mongoose": ">=4.x"
},
"dependencies": {
"lodash.pick": "4.4.0"
}
}