We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c522bdb commit 2ace4d2Copy full SHA for 2ace4d2
package.json
@@ -2,8 +2,14 @@
2
"author": "Brian Kirchoff <briankircho@gmail.com>",
3
"name": "mongoose-tree",
4
"description": "Materialized path hierarchy for mongoose",
5
+ "homepage": "https://github.com/briankircho/mongoose-tree",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git://github.com/briankircho/mongoose-tree.git"
9
+ },
10
+ "main": "index.js",
11
"version": "0.0.1",
- "engine": "node >= 0.8.0",
12
+ "engine": "node >= 0.4.0",
13
"dependencies": {
14
"mongoose": "~2.7.1"
15
},
0 commit comments