-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 926 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
{
"name": "mongoose-sub-references-populate",
"version": "1.0.2",
"description": "Package useful for populating references to sub documents",
"main": "index.js",
"scripts": {
"test": "mocha ./test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuantumGlitch/mongoose-sub-references-populate.git"
},
"author": "QuantumGlitch",
"license": "MIT",
"bugs": {
"url": "https://github.com/QuantumGlitch/mongoose-sub-references-populate/issues"
},
"homepage": "https://github.com/QuantumGlitch/mongoose-sub-references-populate#readme",
"keywords": [
"mongoose",
"sub",
"document",
"subdocument",
"reference",
"references",
"relationship",
"relation",
"relations",
"populate",
"populating",
"nested"
],
"peerDependencies": {
"mongoose": "^5.10.7"
},
"devDependencies": {
"mongoose": "^5.10.7"
}
}