Skip to content

Commit 2ace4d2

Browse files
committed
Add some more info to package.json
1 parent c522bdb commit 2ace4d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
"author": "Brian Kirchoff <briankircho@gmail.com>",
33
"name": "mongoose-tree",
44
"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",
511
"version": "0.0.1",
6-
"engine": "node >= 0.8.0",
12+
"engine": "node >= 0.4.0",
713
"dependencies": {
814
"mongoose": "~2.7.1"
915
},

0 commit comments

Comments
 (0)