26 lines
656 B
JSON
26 lines
656 B
JSON
{
|
|
"name": "jugglingdb",
|
|
"author": "Anatoliy Chakkaev",
|
|
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres",
|
|
"version": "0.0.8",
|
|
"repository": {
|
|
"url": "https://github.com/1602/jugglingdb"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js & only=mysql nodeunit test/common_test.js"
|
|
},
|
|
"engines": [
|
|
"node >= 0.4.0"
|
|
],
|
|
"dependencies": {
|
|
"redis": ">= 0.6.7",
|
|
"mongoose": ">= 2.2.3",
|
|
"mysql": ">= 0.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"nodeunit": ">= 0",
|
|
"coffee-script": ">= 0"
|
|
}
|
|
}
|