2011-10-01 15:51:51 +00:00
|
|
|
{
|
2011-10-10 13:22:51 +00:00
|
|
|
"name": "jugglingdb",
|
2012-01-30 19:34:30 +00:00
|
|
|
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
|
2012-09-25 04:39:23 +00:00
|
|
|
"version": "0.1.20",
|
2012-03-16 14:42:02 +00:00
|
|
|
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
|
|
|
|
"contributors": [
|
|
|
|
{ "name": "Anatoliy Chakkaev", "email": "rpm1602@gmail.com" },
|
|
|
|
{ "name": "Julien Guimont", "email": "julien.guimont@gmail.com" },
|
2012-06-02 18:33:29 +00:00
|
|
|
{ "name": "Joseph Junker", "email": "joseph.jnk@gmail.com" },
|
2012-03-16 14:42:02 +00:00
|
|
|
{ "name": "Henri Bergius", "email": "henri.bergius@iki.fi" },
|
|
|
|
{ "name": "redvulps", "email": "fabopereira@gmail.com" },
|
2012-03-24 13:50:52 +00:00
|
|
|
{ "name": "Felipe Sateler", "email": "fsateler@gmail.com" },
|
2012-03-16 14:42:02 +00:00
|
|
|
{ "name": "Amir M. Mahmoudi", "email": "a@geeknux.com" },
|
|
|
|
{ "name": "Justinas Stankevičius", "email": "justinas@justinas.me" },
|
|
|
|
{ "name": "Rick O'Toole", "email": "patrick.n.otoole@gmail.com" }
|
|
|
|
],
|
2011-10-01 15:51:51 +00:00
|
|
|
"repository": {
|
2012-03-16 14:42:02 +00:00
|
|
|
"type": "git",
|
2011-10-10 13:26:59 +00:00
|
|
|
"url": "https://github.com/1602/jugglingdb"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2012-03-10 12:27:06 +00:00
|
|
|
"test": "nodeunit test/*_test*"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
2012-01-15 22:58:38 +00:00
|
|
|
"engines": [
|
2012-03-16 14:42:02 +00:00
|
|
|
"node >= 0.4.12"
|
2012-01-15 22:58:38 +00:00
|
|
|
],
|
2011-10-01 19:40:22 +00:00
|
|
|
"dependencies": {
|
2012-03-16 14:42:02 +00:00
|
|
|
"node-uuid": ">= 1.3.3"
|
2012-01-30 19:34:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-04-19 15:22:08 +00:00
|
|
|
"semicov": "*",
|
2012-03-16 14:42:02 +00:00
|
|
|
"coffee-script": ">= 1.2.0",
|
|
|
|
"nodeunit": ">= 0.6.4",
|
2012-09-13 20:54:46 +00:00
|
|
|
"redis": "= 0.7.2",
|
|
|
|
"hiredis": "latest",
|
2012-08-14 15:12:42 +00:00
|
|
|
"mongoose": "latest",
|
2012-03-16 14:42:02 +00:00
|
|
|
"mysql": ">= 0.9.4",
|
2012-08-14 15:16:46 +00:00
|
|
|
"pg": "= 0.7.2",
|
2012-03-16 14:51:11 +00:00
|
|
|
"sqlite3": ">= 2.0.18",
|
2012-03-16 14:42:02 +00:00
|
|
|
"riak-js": ">= 0.4.1",
|
|
|
|
"neo4j": ">= 0.2.5",
|
|
|
|
"mongodb": ">= 0.9.9",
|
|
|
|
"felix-couchdb": ">= 1.0.3"
|
2012-01-15 23:13:05 +00:00
|
|
|
}
|
2011-10-01 15:51:51 +00:00
|
|
|
}
|