loopback-datasource-juggler/package.json

44 lines
1.4 KiB
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
2011-10-10 13:22:51 +00:00
"name": "jugglingdb",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
2012-04-07 13:43:15 +00:00
"version": "0.1.6",
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
"contributors": [
{ "name": "Anatoliy Chakkaev", "email": "rpm1602@gmail.com" },
{ "name": "Julien Guimont", "email": "julien.guimont@gmail.com" },
{ "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" },
{ "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": {
"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": [
"node >= 0.4.12"
2012-01-15 22:58:38 +00:00
],
2011-10-01 19:40:22 +00:00
"dependencies": {
"node-uuid": ">= 1.3.3"
},
"devDependencies": {
"coffee-script": ">= 1.2.0",
"nodeunit": ">= 0.6.4",
"redis": ">= 0.6.7",
"mongoose": ">= 2.2.3",
"mysql": ">= 0.9.4",
"pg": ">= 0.6.9",
"sqlite3": ">= 2.0.18",
"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
}