forked from briankircho/mongoose-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "@eflexsystems/mongoose-path-tree",
"author": "Jacob Jewell <jacobjewell@eflexsystems.com>",
"contributors": [
"Lourenzo Ferreira <lourenzo@gmail.com> (http://lourenzo.blog.br)",
"Franck Tab <franck.tab@gmail.com>",
"Tomáš Holas <tomas.holas@gmail.com>",
"Oleg Butovich <obutovich@gmail.com>",
"Jake Dempsey <angelo0000@gmail.com>",
"Alban Escalier (DaWyz)"
],
"description": "Materialized path hierarchy for mongoose with reparent option",
"homepage": "https://github.com/eflexsystems/mongoose-path-tree",
"repository": {
"type": "git",
"url": "git://github.com/eflexsystems/mongoose-path-tree.git"
},
"main": "index.js",
"version": "10.2.0",
"engine": "node >= 14.0.0",
"dependencies": {
"mongoose": "^9.4.1"
},
"devDependencies": {
"mocha": "^10.2.0",
"should": "^13.2.3"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"mongoose",
"materialized",
"path",
"tree",
"mongodb"
],
"license": "BSD"
}