-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 867 Bytes
/
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
{
"name": "mongoose-materialized",
"description": "Materialized path hierarchy for mongoose",
"version": "0.2.0",
"homepage": "https://github.com/janez89/mongoose-materialized",
"repository": {
"type": "git",
"url": "git://github.com/janez89/mongoose-materialized.git"
},
"main": "index.js",
"engine": "node >= 0.10.0",
"dependencies": {
"async": "~2.5.0",
"mongoose": "~4.12.0"
},
"devDependencies": {
"mocha": "~3.0.0-2",
"should": "~4.0.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec"
},
"keywords": [
"mongoose",
"materialized",
"hierarchic",
"nested",
"tree",
"path",
"mongodb"
],
"author": {
"name": "Janos Meszaros (Janez89)",
"email": "m.janee@gmail.com",
"url": "https://github.com/janez89/"
},
"license": "MIT"
}