Skip to content

Commit

Permalink
Regenerated package.json. Added test command and other fields
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 24, 2014
1 parent 8da040b commit 12392f3
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
@@ -1,44 +1,44 @@
{
"name": "modm",
"version": "0.3.0",
"author": "Adrian Ottiker <adrian@ottiker.com>",
"description": "A MongoDB Object Document Mapper (ODM)",
"contributors": [
{
"name": "Adrian Ottiker",
"email": "adrian@ottiker.com"
},
{
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com"
},
{
"name": "Gabriel Petrovay",
"email": "gabipetrovay@gmail.com"
},
{
"name": "Andrei Dan",
"email": "andrei_dani_96@yahoo.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/adioo/modm.git"
},
"keywords": [
"mongodb",
"orm",
"object",
"document",
"mapper"
],
"dependencies" : {
"jxutils": "0.1.5",
"moment": "2.6.0",
"mongodb": "1.4.14"
},
"engine": {
"node": ">=0.8"
}
"name": "modm",
"version": "0.4.0",
"author": "Adrian Ottiker <adrian@ottiker.com>",
"description": "A MongoDB Object Document Mapper (ODM)",
"contributors": [
"Adrian Ottiker <adrian@ottiker.com>",
"Ionică Bizău <bizauionica@gmail.com>",
"Gabriel Petrovay <gabipetrovay@gmail.com>",
"Andrei Dan <andrei_dani_96@yahoo.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/adioo/modm.git"
},
"keywords": [
"mongodb",
"orm",
"object",
"document",
"mapper"
],
"dependencies": {
"jxutils": "0.1.5",
"moment": "2.6.0",
"mongodb": "1.4.14"
},
"engine": {
"node": ">=0.8"
},
"bugs": {
"url": "https://github.com/adioo/modm/issues"
},
"homepage": "https://github.com/adioo/modm",
"main": "index.js",
"directories": {
"example": "example"
},
"devDependencies": {},
"scripts": {
"test": "node example/example.js"
},
"license": "THE BEER-WARE LICENSE"
}

0 comments on commit 12392f3

Please sign in to comment.