loopback-datasource-juggler/package.json

78 lines
1.6 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-31 09:41:12 +00:00
"version": "0.2.0-27",
"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": {
2013-03-25 11:42:39 +00:00
"test": "make test",
"prepublish": "make build"
2011-10-01 15:51:51 +00:00
},
2013-03-25 11:42:39 +00:00
"man": [
"./docs/man/jugglingdb.3",
"./docs/man/schema.3",
"./docs/man/model.3",
"./docs/man/hooks.3",
"./docs/man/validations.3",
"./docs/man/roadmap.3",
"./docs/man/changelog.3"
],
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": "*",
2013-03-19 10:05:26 +00:00
"should": "~1.2.2",
"mocha": "~1.8.2"
2013-03-26 00:39:47 +00:00
},
"dependencies": {
"inflection": "~1.2.5"
2012-01-15 23:13:05 +00:00
}
2011-10-01 15:51:51 +00:00
}