forked from briankircho/mongoose-tree
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 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
{
"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)"
],
"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.5",
"engine": "node >= 0.8.0",
"dependencies": {
"stream-worker": "0.x.x"
},
"peerDependencies": {
"mongoose": ">=3.8.x"
},
"devDependencies": {
"async": "0.x.x",
"lodash": "2.x.x",
"mocha": "1.x.x",
"npm-install-peers": "1.0.1",
"shortid": "2.0.0",
"should": "1.x.x"
},
"directories": {
"test": "test"
},
"scripts": {
"pretest": "./node_modules/.bin/npm-install-peers",
"test": "MONGOOSE_TREE_SHORTID=1 ./node_modules/.bin/mocha && MONGOOSE_TREE_SHORTID=0 ./node_modules/.bin/mocha"
},
"keywords": [
"mongoose",
"materialized",
"path",
"tree",
"mongodb"
],
"license": "BSD-2-Clause"
}