2011-10-01 15:51:51 +00:00
|
|
|
{
|
2011-10-10 13:22:51 +00:00
|
|
|
"name": "jugglingdb",
|
2012-01-15 23:28:28 +00:00
|
|
|
"author": "Anatoliy Chakkaev",
|
|
|
|
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres",
|
2012-01-10 13:26:24 +00:00
|
|
|
"version": "0.0.8",
|
2011-10-01 15:51:51 +00:00
|
|
|
"repository": {
|
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-01-30 13:27:26 +00:00
|
|
|
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* && ONLY=redis nodeunit test/common_test.js && ONLY=mysql nodeunit test/common_test.js && ONLY=postgres nodeunit test/common_test.js"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
2012-01-15 22:58:38 +00:00
|
|
|
"engines": [
|
|
|
|
"node >= 0.4.0"
|
|
|
|
],
|
2011-10-01 19:40:22 +00:00
|
|
|
"dependencies": {
|
2011-10-10 13:26:59 +00:00
|
|
|
"redis": ">= 0.6.7",
|
2011-10-23 19:43:53 +00:00
|
|
|
"mongoose": ">= 2.2.3",
|
2012-01-19 20:19:37 +00:00
|
|
|
"mysql": ">= 0.9.4",
|
|
|
|
"sequelize": "*"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
2012-01-15 23:13:05 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"nodeunit": ">= 0",
|
|
|
|
"coffee-script": ">= 0"
|
|
|
|
}
|
2011-10-01 15:51:51 +00:00
|
|
|
}
|