Skip to content

Commit

Permalink
Last Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Jan 30, 2013
1 parent e01ad3e commit 74bf017
Showing 1 changed file with 41 additions and 42 deletions.
83 changes: 41 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
"version": "0.0.1",
"author": {
"name": "Aleksej Gordejev",
"email": "[email protected]"
},
"keywords": [
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
"version": "0.0.1",
"author": "Aleksej Gordejev <[email protected]> (http://www.gordejev.lv)",
"keywords": [
"caminte",
"database",
"adapter",
Expand All @@ -16,39 +13,41 @@
"neo4j",
"postgres",
"sqlite"
],
"directories": {
"lib": "lib",
"tests": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/biggora/caminte.git"
},
"main": "index.js",
"scripts": {
"test": "EXCEPT=cradle,neo4j nodeunit test/*_test*"
},
"engines": [
],
"directories": {
"lib": "lib",
"tests": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/biggora/caminte.git"
},
"main": "index.js",
"scripts": {
"test": "EXCEPT=cradle,neo4j nodeunit test/*_test*"
},
"engines": [
"node >= 0.6.0"
],
"dependencies": {
"node-uuid": ">= 1.3.3"
},
"devDependencies": {
"semicov": "*",
"coffee-script": ">= 1.2.0",
"nodeunit": ">= 0.6.4",
"redis": "= 0.7.2",
"hiredis": "latest",
"mongoose": "latest",
"mysql": ">= 2.0.0-alpha3",
"pg": "= 0.7.2",
"sqlite3": ">= 2.0.18",
"riak-js": ">= 0.4.1",
"neo4j": ">= 0.2.5",
"mongodb": ">= 0.9.9",
"felix-couchdb": ">= 1.0.3",
"cradle": ">= 0.6.3"
}
],
"dependencies": {
"node-uuid": ">= 1.3.3"
},
"devDependencies": {
"semicov": "*",
"coffee-script": ">= 1.2.0",
"nodeunit": ">= 0.6.4",
"redis": "= 0.7.2",
"hiredis": "latest",
"mongoose": "latest",
"mysql": ">= 2.0.0-alpha3",
"pg": "= 0.7.2",
"sqlite3": ">= 2.0.18",
"riak-js": ">= 0.4.1",
"neo4j": ">= 0.2.5",
"mongodb": ">= 0.9.9",
"felix-couchdb": ">= 1.0.3",
"cradle": ">= 0.6.3"
},
"optionalDependencies": {},
"homepage": "http://camintejs.com"
}

0 comments on commit 74bf017

Please sign in to comment.