forked from briankircho/mongoose-tree
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.32 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
{
"author": "Oleg Butovich <obutovich@gmail.com>",
"contributors": [
"Brian Kirchoff <briankircho@gmail.com>",
"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)",
"Jamie Czerwinski <jamie.czerwinski@gmail.com>"
],
"name": "mongoose-path-tree",
"description": "Efficient tree structures in Mongoose using materialized paths.",
"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.5.6",
"engine": "node >= 0.8.0",
"dependencies": {
"bluebird": "^3.4.7",
"mongoose": "^4.8.0",
"stream-worker": "^2.0.1"
},
"devDependencies": {
"async": "^2.1.4",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"shortid": "^2.2.6",
"should": "^11.2.0"
},
"directories": {
"test": "test"
},
"scripts": {
"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"
}