Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jan 15, 2014
1 parent edf42c3 commit 9aec839
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions package.json
@@ -1,42 +1,42 @@
{
"name": "iridium",
"version": "2.9.4",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",
"description": "A custom lightweight ORM for MongoDB designed for power-users",
"homepage": "https://sierrasoftworks.com/iridium",
"repository": "https://github.com/sierrasoftworks/iridium",
"contributors": [
{ "name": "Benjamin Pannell", "email": "admin@sierrasoftworks.com" }
],
"licence": "MIT",

"main": "./index",
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"mongodb": "*",
"lodash": "*",
"async": "*",
"concoction": "*",
"debug": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},

"keywords": [
"mongodb",
"orm",
"odm",
"iridium",
"validation",
"transformation",
"preprocessing"
]
}
"name": "iridium",
"version": "2.10.0",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",
"description": "A custom lightweight ORM for MongoDB designed for power-users",
"homepage": "https://sierrasoftworks.com/iridium",
"repository": "https://github.com/sierrasoftworks/iridium",
"contributors": [
{
"name": "Benjamin Pannell",
"email": "admin@sierrasoftworks.com"
}
],
"licence": "MIT",
"main": "./index",
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"mongodb": "*",
"lodash": "*",
"async": "*",
"concoction": "*",
"debug": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"mongodb",
"orm",
"odm",
"iridium",
"validation",
"transformation",
"preprocessing"
]
}

0 comments on commit 9aec839

Please sign in to comment.