forked from briankircho/mongoose-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "@eflexsystems/mongoose-path-tree",
"author": "Jacob Jewell <[email protected]>",
"contributors": [
"Lourenzo Ferreira <[email protected]> (http://lourenzo.blog.br)",
"Franck Tab <[email protected]>",
"Tomáš Holas <[email protected]>",
"Oleg Butovich <[email protected]>",
"Jake Dempsey <[email protected]>",
"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.0.0",
"engine": "node >= 14.0.0",
"dependencies": {
"mongoose": "^8.0.0"
},
"devDependencies": {
"should": "^13.2.3",
"mocha": "^10.2.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"mongoose",
"materialized",
"path",
"tree",
"mongodb"
],
"license": "BSD"
}