caminte-modified
Version:
ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb
149 lines (148 loc) • 3.19 kB
JSON
{
"name": "caminte-modified",
"version": "1.0.4",
"main": "index.js",
"author": {
"name": "Aleksej Gordejev",
"email": "aleksej@gordejev.lv",
"url": "http://www.gordejev.lv"
},
"bugs": {
"url": "https://github.com/biggora/caminte/issues"
},
"contributors": [
{
"name": "Aleksej Gordejev",
"email": "aleksej@gordejev.lv"
},
{
"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"
},
{
"name": "Michael Pauley"
},
{
"name": "Tyrone Dougherty",
"email": "email@tyronedougherty.com"
}
],
"dependencies": {
"bluebird": "^3.4.6",
"uuid": "^3.0.1"
},
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb",
"devDependencies": {
"arangojs": "4.2.0 - 4.4.0",
"async": "latest",
"cassandra-driver": ">=2.1.0",
"coffee-script": "*",
"cradle": ">= 0.6.0",
"felix-couchdb": ">= 1.0.0",
"generic-pool": "latest",
"istanbul": "latest",
"jshint": "2.x",
"mocha": "latest",
"moment": "latest",
"mongodb": ">= 2.0.0",
"mongoose": ">= 3.0.0",
"mysql": ">= 2.0.0",
"node-neo4j": "^2.0.3",
"pg": ">= 4.0.0",
"redis": ">= 0.12.0",
"rethinkdb": ">= 1.16",
"riak-js": ">= 1.0.0",
"semicov": "latest",
"should": "latest",
"sqlite3": "^3.1.1",
"underscore": "latest"
},
"directories": {
"lib": "lib",
"media": "media",
"support": "support",
"test": "test"
},
"dist": {
"shasum": "ec1ec0457664a0f092643b7c646c457d5cd6f693",
"tarball": "https://registry.npmjs.org/caminte/-/caminte-0.3.7.tgz"
},
"engines": {
"node": ">=0.10",
"npm": ">=1.0"
},
"gitHead": "47e9a77e4db30fd105b0c0bc41f06b05b5955e9a",
"homepage": "http://camintejs.com/",
"keywords": [
"orm",
"cross-db",
"caminte",
"database",
"adapter",
"redis",
"mysql",
"mariadb",
"mongodb",
"neo4j",
"nano",
"couchdb",
"firebird",
"postgres",
"sqlite3",
"tingodb",
"rethinkdb",
"arangodb",
"promise"
],
"license": "MIT",
"maintainers": [
{
"name": "biggora",
"email": "aleksej@gordejev.lv"
}
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/biggora/caminte.git"
},
"scripts": {
"test": "make test"
}
}