UNPKG

ld-redux

Version:

A library to integrate launch darkly with react redux

64 lines (63 loc) 1.81 kB
{ "name": "ld-redux", "version": "3.3.4", "description": "A library to integrate launch darkly with react redux", "main": "lib/index.js", "scripts": { "test": "jest", "build": "rimraf lib/* && babel src -d lib --ignore *.test.js", "lint": "eslint --cache --format 'node_modules/eslint-friendly-formatter' ./src", "build-publish": "npm run build && npm version patch -m 'Upgrade to %s' && npm publish && git push" }, "repository": { "type": "git", "url": "git+https://github.com/yusinto/ld-redux.git" }, "keywords": [ "launch", "darkly", "react", "redux", "feature", "flags", "toggles" ], "author": "Yusinto Ngadiman <yusinto@gmail.com> (http://www.reactjunkie.com)", "license": "MIT", "bugs": { "url": "https://github.com/yusinto/ld-redux/issues" }, "homepage": "https://github.com/yusinto/ld-redux#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^10.0.0", "babel-jest": "^23.4.2", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "^5.5.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "4.3.0", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-babel": "^5.2.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "3.1.0", "eslint-plugin-react": "^7.11.1", "jest": "23.6.0", "prettier": "1.17.1", "rimraf": "^2.6.2", "testdouble": "^3.8.1" }, "dependencies": { "ip": "^1.1.5", "launchdarkly-js-client-sdk": "^2.13.0", "lodash.camelcase": "^4.3.0", "ua-parser-js": "^0.7.18", "uuid": "^3.3.2" }, "peerDependencies": { "react": "^16.2.0" } }