forked from Spown/mongoose-path-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
{
"author": "Brian Kirchoff <briankircho@gmail.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)",
"Spown"
],
"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.3.8",
"engines": {
"node": "0.10 - 5.11.0"
},
"dependencies": {
"stream-worker": "^2.0.0"
},
"devDependencies": {
"mongoose": "^4.4.12",
"async": "^2.0.0",
"codeclimate-test-reporter": "^0.3.1",
"istanbul": "^0.4.3",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"shortid": "^2.2.6",
"should": "^10.0.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
},
"keywords": [
"mongoose",
"materialized",
"path",
"tree",
"mongodb"
],
"license": "BSD"
}