UNPKG

js-data-firebase-admin

Version:
100 lines (99 loc) 3.04 kB
{ "name": "js-data-firebase-admin", "description": "Firebase adapter for js-data.", "version": "3.0.0", "homepage": "https://github.com/js-data/js-data-firebase", "repository": { "type": "git", "url": "https://github.com/js-data/js-data-firebase.git" }, "author": "js-data-firebase project authors", "license": "MIT", "main": "./dist/js-data-firebase.js", "typings": "./dist/js-data-firebase.d.ts", "files": [ "dist/", "src/", "AUTHORS", "CONTRIBUTORS", "typings.json" ], "keywords": [ "data", "datastore", "store", "database", "adapter", "js-data", "JSData", "firebase" ], "standard": { "parser": "babel-eslint", "globals": [ "beforeEach", "describe", "assert", "JSDataAdapterTests", "it", "JSData", "FirebaseAdapter" ], "ignore": [ "dist/", "example/", "config.default.js" ] }, "scripts": { "lint": "standard lint", "doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src", "bundle": "rollup src/index.js -c -o dist/js-data-firebase.js -m dist/js-data-firebase.js.map -f umd && repo-tools write-version dist/js-data-firebase.js", "min": "uglifyjs -o dist/js-data-firebase.min.js --source-map url=js-data-firebase.min.map -v -m -c --keep-fnames --screw-ie8 -- dist/js-data-firebase.js", "banner": "node scripts/banner.js", "build": "npm run lint && npm run bundle && npm run min && npm run banner", "karma": "karma start", "mocha": "mocha -t 20000 -R dot -r babel-polyfill mocha.start.js", "cover": "nyc --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html", "test": "npm run build && npm run karma && npm run cover", "release": "npm test && npm run doc && repo-tools changelog && repo-tools authors" }, "peerDependencies": { "firebase-admin": ">= 6.0.0", "js-data": ">= 3.0.0" }, "dependencies": { "firebase-admin": ">= 6.0.0", "js-data": ">= 3.0.0", "js-data-adapter": "1.0.0" }, "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", "babel-preset-stage-0": "6.24.1", "chai": "4.1.1", "ink-docstrap": "git+https://github.com/js-data/docstrap.git#cfbe45fa313e1628c493076d5e15d2b855dfbf2c", "istanbul": "0.4.5", "js-data-repo-tools": "1.0.0", "jsdoc": "3.5.4", "karma": "1.7.0", "karma-browserstack-launcher": "1.3.0", "karma-chai": "0.1.0", "karma-mocha": "1.3.0", "karma-phantomjs-launcher": "1.0.4", "karma-sinon": "1.0.5", "mocha": "3.5.0", "nyc": "11.1.0", "phantomjs-prebuilt": "2.1.15", "rollup": "0.48.2", "rollup-plugin-babel": "3.0.2", "sinon": "3.2.1", "standard": "10.0.3", "uglify-js": "3.0.28" } }