loopback-datasource-juggler/package.json

33 lines
687 B
JSON
Raw Normal View History

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, sqlite",
2012-03-12 19:50:35 +00:00
"version": "0.1.3",
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-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.0"
],
2011-10-01 19:40:22 +00:00
"dependencies": {
2012-03-11 04:48:38 +00:00
"node-uuid": "*"
},
"devDependencies": {
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",
2012-01-30 13:29:46 +00:00
"sequelize": "*",
2012-01-30 13:35:30 +00:00
"pg": "*",
"sqlite3": "*",
2012-01-15 23:13:05 +00:00
"nodeunit": ">= 0",
"coffee-script": ">= 0",
2012-03-11 04:48:38 +00:00
"riak-js": ">= 0",
"neo4j": ">= 0",
"mongodb": "*"
2012-01-15 23:13:05 +00:00
}
2011-10-01 15:51:51 +00:00
}