diff --git a/package.json b/package.json index eb478ed..e7cf432 100644 --- a/package.json +++ b/package.json @@ -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 ", - "keywords": ["mongodb", "mongoose", "mongo", "types", "dbref"], + "keywords": [ + "mongodb", + "mongoose", + "mongo", + "types", + "dbref" + ], "homepage": "https://github.com/goulash1971/mongoose-dbref", "contributors": [ "Stuart Hudson (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": { @@ -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" + } ] }