Skip to content

Commit

Permalink
3.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaffer committed Dec 14, 2016
1 parent ebc2d4b commit de24a03
Showing 1 changed file with 62 additions and 43 deletions.
105 changes: 62 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,64 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.8.23-pre"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
"mongodb": "1.4.28"
, "hooks": "0.2.1"
, "ms": "0.1.0"
, "sliced": "0.0.5"
, "muri": "0.3.1"
, "mpromise": "0.4.3"
, "mpath": "0.1.1"
, "regexp-clone": "0.0.1"
, "mquery" : "0.8.0"
}
, "devDependencies": {
"mocha": "1.12.0"
, "node-static": "0.5.9"
, "dox": "0.3.1"
, "jade": "0.26.3"
, "highlight.js": "7.0.1"
, "markdown": "0.3.1"
, "promises-aplus-tests": ">= 1.0.2"
, "tbd": "0.6.4"
, "benchmark" : "1.0.0"
, "open": "0.0.3"
, "async": "0.2.5"
, "underscore": "1.5.2"
}
, "directories": { "lib": "./lib/mongoose" }
, "scripts": { "test": "make test" }
, "main": "./index.js"
, "engines": { "node": ">=0.6.19" }
, "bugs": {
"url":"https://github.com/learnboost/mongoose/issues/new"
, "email": "[email protected]"
}
, "repository": {
"type": "git"
, "url": "git://github.com/LearnBoost/mongoose.git"
}
, "homepage": "http://mongoosejs.com"
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "3.8.23",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
"document",
"model",
"schema",
"database",
"odm",
"data",
"datastore",
"query",
"nosql",
"orm",
"db"
],
"dependencies": {
"mongodb": "1.4.28",
"hooks": "0.2.1",
"ms": "0.1.0",
"sliced": "0.0.5",
"muri": "0.3.1",
"mpromise": "0.4.3",
"mpath": "0.1.1",
"regexp-clone": "0.0.1",
"mquery": "0.8.0"
},
"devDependencies": {
"mocha": "1.12.0",
"node-static": "0.5.9",
"dox": "0.3.1",
"jade": "0.26.3",
"highlight.js": "7.0.1",
"markdown": "0.3.1",
"promises-aplus-tests": ">= 1.0.2",
"tbd": "0.6.4",
"benchmark": "1.0.0",
"open": "0.0.3",
"async": "0.2.5",
"underscore": "1.5.2"
},
"directories": {
"lib": "./lib/mongoose"
},
"scripts": {
"test": "make test"
},
"main": "./index.js",
"engines": {
"node": ">=0.6.19"
},
"bugs": {
"url": "https://github.com/learnboost/mongoose/issues/new",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/LearnBoost/mongoose.git"
},
"homepage": "http://mongoosejs.com"
}

0 comments on commit de24a03

Please sign in to comment.