loopback-datasource-juggler/package.json

81 lines
1.8 KiB
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
2011-10-10 13:22:51 +00:00
"name": "jugglingdb",
2012-12-09 09:13:09 +00:00
"description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite",
"version": "0.2.0",
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
"contributors": [
2012-11-05 04:09:30 +00:00
{
"name": "Anatoliy Chakkaev",
"email": "rpm1602@gmail.com"
},
{
"name": "Julien Guimont",
"email": "julien.guimont@gmail.com"
},
{
"name": "Joseph Junker",
"email": "joseph.jnk@gmail.com"
},
{
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi"
},
{
"name": "redvulps",
"email": "fabopereira@gmail.com"
},
{
"name": "Felipe Sateler",
"email": "fsateler@gmail.com"
},
{
"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"
2012-12-09 09:13:09 +00:00
},
{
"name": "Nicholas Westlake",
"email": "nicholasredlin@gmail.com"
2012-11-05 04:09:30 +00:00
}
],
2011-10-01 15:51:51 +00:00
"repository": {
"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": {
"test": "EXCEPT=cradle,neo4j,nano nodeunit test/*_test*"
2011-10-01 15:51:51 +00:00
},
2012-01-15 22:58:38 +00:00
"engines": [
"node >= 0.4.12"
2012-01-15 22:58:38 +00:00
],
2011-10-01 19:40:22 +00:00
"dependencies": {
2012-12-09 09:13:09 +00:00
"node-uuid": ">= 1.3.3",
"lodash": "1.x.x"
},
"devDependencies": {
2012-11-05 04:09:30 +00:00
"semicov": "*",
"coffee-script": ">= 1.2.0",
2012-11-05 04:09:30 +00:00
"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",
2012-06-10 11:41:07 +00:00
"felix-couchdb": ">= 1.0.3",
2012-12-09 09:13:09 +00:00
"cradle": ">= 0.6.3",
"nano": "3.3.x"
2012-01-15 23:13:05 +00:00
}
2011-10-01 15:51:51 +00:00
}