UNPKG

redux-devshare

Version:

[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Code Climate][climate-image]][climate-url] [![Code Coverage][coverage-i

118 lines (117 loc) 3.41 kB
{ "name": "redux-devshare", "version": "0.3.0", "browser": "dist/redux-devshare.js", "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "scripts": { "clean": "rimraf dist", "lint": "eslint src/** test/**", "lint:fix": "npm run lint -- --fix", "test": "mocha -R spec --compilers js:babel-core/register ./tests/setup.js ./tests/**/*.spec.js", "test:cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- ./tests/** --recursive --report lcov --compilers js:babel-register --require babel-polyfill", "codecov": "cat coverage/*/lcov.info | codecov", "build:lib": "babel src --out-dir lib", "build": "npm run clean && npm run build:lib", "watch:lib": "npm run build:lib -- --stats --progress --colors --watch", "watch": "npm run watch:lib", "prepublish": "npm run clean && npm run build", "prepush": "npm run lint:fix" }, "dependencies": { "devshare": "0.3.0", "es6-promise": "^4.0.5", "firebase": "3.7.0", "immutable": "^3.8.1", "jwt-decode": "^2.1.0", "lodash": "^4.17.4" }, "peerDependencies": { "react": "^0.14.6 || ^15.0.0", "react-redux": "^4.0.6 || ^5.0.0", "redux": "^3.0.5 || ^3.6.0" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-eslint": "^7.1.0", "babel-loader": "^6.2.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-es6-promise": "^1.0.0", "babel-plugin-lodash": "^3.2.9", "babel-plugin-transform-class-properties": "^6.22.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-1": "^6.16.0", "babel-register": "^6.3.13", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "codecov": "^1.0.1", "cross-env": "^1.0.7", "docdown": "^0.7.2", "documentation": "^4.0.0-beta15", "documentation-markdown-api-theme": "^1.0.2", "eslint": "^3.10.2", "eslint-config-standard": "^6.2.1", "eslint-config-standard-react": "^4.2.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-promise": "^3.0.0", "eslint-plugin-react": "^6.7.1", "eslint-plugin-standard": "^2.0.1", "gitbook-cli": "^2.3.0", "istanbul": "^1.1.0-alpha.1", "jsdom": "^9.8.3", "mocha": "^3.1.2", "react-addons-test-utils": "^15.4.0", "react": "^15.4.0", "react-dom": "^15.4.0", "redux": "3.6.0", "react-redux": "4.4.6", "rimraf": "^2.5.4", "sinon": "^1.17.6", "sinon-chai": "^2.8.0", "webpack": "^1.14.0" }, "repository": { "type": "git", "url": "https://github.com/prescottprue/redux-devshare.git" }, "contributors": [ { "name": "Prescott Prue", "email": "sprue.dev@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/prescottprue/redux-devshare/issues" }, "homepage": "https://github.com/prescottprue/redux-devshare", "keywords": [ "kyper", "devshare", "redux", "codesharing", "redux-firebase", "authentication" ], "npmName": "redux-devshare", "files": [ "dist", "src", "es", "lib" ], "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ] }