Skip to content

Commit 135a83f

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

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,19 @@
1717
"async": "~0.1.22",
1818
"should": "~1.0.0",
1919
"underscore": "~1.3.3"
20-
}
20+
},
21+
"directories": {
22+
"test": "test"
23+
},
24+
"scripts": {
25+
"test": "mocha"
26+
},
27+
"keywords": [
28+
"mongoose",
29+
"materialized",
30+
"path",
31+
"tree",
32+
"mongodb"
33+
],
34+
"license": "BSD"
2135
}

0 commit comments

Comments
 (0)