0.1.27-1
This commit is contained in:
parent
e10c42ed1b
commit
bdc646c1d8
47
package.json
47
package.json
|
@ -1,18 +1,45 @@
|
||||||
{
|
{
|
||||||
"name": "jugglingdb",
|
"name": "jugglingdb",
|
||||||
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
|
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
|
||||||
"version": "0.1.27",
|
"version": "0.1.27-1",
|
||||||
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
|
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{ "name": "Anatoliy Chakkaev", "email": "rpm1602@gmail.com" },
|
{
|
||||||
{ "name": "Julien Guimont", "email": "julien.guimont@gmail.com" },
|
"name": "Anatoliy Chakkaev",
|
||||||
{ "name": "Joseph Junker", "email": "joseph.jnk@gmail.com" },
|
"email": "rpm1602@gmail.com"
|
||||||
{ "name": "Henri Bergius", "email": "henri.bergius@iki.fi" },
|
},
|
||||||
{ "name": "redvulps", "email": "fabopereira@gmail.com" },
|
{
|
||||||
{ "name": "Felipe Sateler", "email": "fsateler@gmail.com" },
|
"name": "Julien Guimont",
|
||||||
{ "name": "Amir M. Mahmoudi", "email": "a@geeknux.com" },
|
"email": "julien.guimont@gmail.com"
|
||||||
{ "name": "Justinas Stankevičius", "email": "justinas@justinas.me" },
|
},
|
||||||
{ "name": "Rick O'Toole", "email": "patrick.n.otoole@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"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue