loopback-datasource-juggler/package.json

65 lines
1.3 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",
2013-03-11 09:22:18 +00:00
"version": "0.2.0-23",
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
"contributors": [
2012-12-19 14:57:34 +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"
},
{
"name": "Nicholas Westlake",
"email": "nicholasredlin@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-12-14 15:25:32 +00:00
"test": "nodeunit test/*_test*"
2011-10-01 15:51:51 +00:00
},
2012-01-15 22:58:38 +00:00
"engines": [
2012-12-14 17:44:38 +00:00
"node >= 0.6"
2012-01-15 22:58:38 +00:00
],
"devDependencies": {
2012-11-05 04:09:30 +00:00
"semicov": "*",
2012-12-15 12:10:41 +00:00
"nodeunit": ">= 0.6.4",
"coffee-script": "latest"
2012-01-15 23:13:05 +00:00
}
2011-10-01 15:51:51 +00:00
}