loopback-datasource-juggler/package.json

69 lines
1.4 KiB
JSON

{
"name": "jugglingdb",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite",
"version": "0.2.0-23",
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
"contributors": [
{
"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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/1602/jugglingdb"
},
"main": "index.js",
"scripts": {
"test": "nodeunit test/*_test*"
},
"engines": [
"node >= 0.6"
],
"devDependencies": {
"semicov": "*",
"nodeunit": ">= 0.6.4",
"coffee-script": "latest"
},
"dependencies": {
"should": "~1.2.2",
"mocha": "~1.8.2"
}
}