forked from briankircho/mongoose-tree
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.34 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
47
48
49
50
51
52
53
54
{
"author": "Brian Kirchoff <[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)",
"Spown",
"Sleede <[email protected]>"
],
"name": "mongoose-path-tree",
"description": "Maintaied version of materialized path hierarchy for mongoose with reparent option",
"homepage": "https://github.com/swayf/mongoose-path-tree",
"repository": {
"type": "git",
"url": "git://github.com/swayf/mongoose-path-tree.git"
},
"main": "index.js",
"version": "1.4.1",
"engines": {
"node": ">=4.4.4"
},
"dependencies": {
"lodash.escaperegexp": "^4.1.2",
"stream-worker": "^2.0.1"
},
"devDependencies": {
"async": "^2.0.0",
"codeclimate-test-reporter": "^0.5.0",
"istanbul": "^0.4.3",
"lodash": "^4.11.1",
"mocha": "^4",
"mongoose": "^4.4.12",
"shortid": "^2.2.6",
"should": "^13.1.2"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"keywords": [
"mongoose",
"materialized",
"path",
"tree",
"mongodb",
"nested"
],
"license": "BSD"
}