Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goulash1971 committed Jul 30, 2017
1 parent 36266f3 commit 93bbb2f
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
{
"name": "mongoose-dbref",
"description": "Plugin support for DBRef in Mongoose",
"version": "0.0.3",
"version": "0.0.4",
"author": "Stuart Hudson <[email protected]>",
"keywords": ["mongodb", "mongoose", "mongo", "types", "dbref"],
"keywords": [
"mongodb",
"mongoose",
"mongo",
"types",
"dbref"
],
"homepage": "https://github.com/goulash1971/mongoose-dbref",
"contributors": [
"Stuart Hudson <[email protected]> (http://goulash1971.com/)"
],
"dependencies": {
"mongoose": ">= 1.0.16"
"mongoose": ">= 1.0.16"
},
"scripts": {
"test": "make test"
},
"directories": {
"lib": "lib/",
"test": "tests/"
"test": "tests/"
},
"main": "./index",
"engines": {
Expand All @@ -27,6 +33,9 @@
"url": "git://github.com/goulash1971/mongoose-dbref.git"
},
"licenses": [
{"type": "The MIT License", "url": "http://www.opensource.org/licenses/mit-license.php"}
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}

0 comments on commit 93bbb2f

Please sign in to comment.