UNPKG

reshine

Version:

Let's take the sunshine path with RethinkDB

65 lines (64 loc) 1.52 kB
{ "name": "reshine", "version": "3.0.1", "description": "Let's take the sunshine path with RethinkDB", "main": "dist/reshine.js", "jsnext:main": "dist/reshine.es2015.js", "scripts": { "build": "rollup-babel-lib-bundler -f cjs,es6 src/index.js", "lint": "eslint .", "prepublish": "in-publish && npm run build || not-in-publish", "test": "ava --verbose", "coverage": "nyc --reporter lcov --reporter html ava" }, "repository": { "type": "git", "url": "git+https://github.com/frostney/reshine.git" }, "keywords": [ "rethink", "rethinkdb", "sunshine", "wrapper" ], "ava": { "babel": "inherit", "require": [ "babel-register" ] }, "rollupBabelLibBundler": { "babel": { "presets": [ "es2015-loose-rollup" ] } }, "files": [ "src", "dist" ], "author": "Johannes Stein", "license": "MIT", "bugs": { "url": "https://github.com/frostney/reshine/issues" }, "homepage": "https://github.com/frostney/reshine#readme", "devDependencies": { "ava": "^0.15.2", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-es2015-loose-rollup": "^7.0.0", "babel-register": "^6.9.0", "codecov": "^1.0.1", "eslint": "^2.12.0", "eslint-config-airbnb-base": "^3.0.1", "eslint-plugin-import": "^1.8.1", "in-publish": "^2.0.0", "nyc": "^6.6.1", "rollup-babel-lib-bundler": "^3.0.1" }, "dependencies": { "map-obj": "^1.0.1", "rethinkdb": "^2.3.2" } }