UNPKG

js-data-rethinkdb

Version:
86 lines (85 loc) 2.5 kB
{ "name": "js-data-rethinkdb", "description": "RethinkDB adapter for js-data.", "version": "3.0.0", "homepage": "https://github.com/js-data/js-data-rethinkdb", "repository": { "type": "git", "url": "https://github.com/js-data/js-data-rethinkdb.git" }, "author": "js-data-rethinkdb project authors", "license": "MIT", "main": "./dist/js-data-rethinkdb.js", "typings": "./dist/js-data-rethinkdb.d.ts", "files": [ "dist/", "src/", "AUTHORS", "CONTRIBUTORS" ], "keywords": [ "data", "datastore", "store", "database", "adapter", "rethinkdb", "reql" ], "standard": { "parser": "babel-eslint", "globals": [ "describe", "it", "sinon", "assert", "before", "after", "beforeEach", "afterEach" ], "ignore": [ "dist/" ] }, "scripts": { "lint": "standard '**/*.js'", "bundle": "rollup src/index.js -c -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map -f cjs && repo-tools write-version dist/js-data-rethinkdb.js", "doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src", "watch": "watch \"npm run bundle\" src/", "build": "npm run lint && npm run bundle", "mocha": "mocha -t 20000 -R dot -r babel-core/register -r babel-polyfill mocha.start.js", "cover": "nyc --require babel-core/register --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html", "test": "npm run build && npm run cover", "release": "npm test && npm run doc && repo-tools changelog && repo-tools authors" }, "dependencies": { "js-data": ">=3.0.0", "js-data-adapter": "1.0.0", "lodash.snakecase": "4.1.1", "rethinkdbdash": "2.3.31" }, "peerDependencies": { "js-data": ">=3.0.0", "rethinkdbdash": "2.3.31" }, "devDependencies": { "babel-core": "6.26.0", "babel-eslint": "7.2.3", "babel-plugin-external-helpers": "6.22.0", "babel-plugin-syntax-async-functions": "6.13.0", "babel-plugin-transform-regenerator": "6.26.0", "babel-polyfill": "6.26.0", "babel-preset-es2015": "6.24.1", "chai": "4.1.1", "ink-docstrap": "git+https://github.com/js-data/docstrap.git#cfbe45fa313e1628c493076d5e15d2b855dfbf2c", "js-data-repo-tools": "1.0.0", "jsdoc": "3.5.4", "mocha": "3.5.0", "nyc": "11.1.0", "rollup": "0.47.6", "rollup-plugin-babel": "3.0.2", "sinon": "3.2.1", "standard": "10.0.3" } }