redux-offline-chain
Version:
chain as many offline actions as you like
58 lines (57 loc) • 2.21 kB
JSON
{
"name": "redux-offline-chain",
"version": "0.2.3",
"description": "chain as many offline actions as you like",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/birgernass/redux-offline-chain"
},
"author": "Birger Naß <birgernass@posteo.net>",
"license": "MIT",
"keywords": [
"chain",
"middleware",
"offline",
"react",
"react-native",
"redux",
"redux-offline",
"redux-persist",
"redux-thunk"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-check-es2015-constants": "^6.6.5",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5",
"babel-plugin-transform-es2015-block-scoping": "^6.6.5",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-plugin-transform-es2015-computed-properties": "^6.6.5",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
"babel-plugin-transform-es2015-for-of": "^6.6.0",
"babel-plugin-transform-es2015-function-name": "^6.5.0",
"babel-plugin-transform-es2015-literals": "^6.5.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.5",
"babel-plugin-transform-es2015-object-super": "^6.6.5",
"babel-plugin-transform-es2015-parameters": "^6.6.5",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-es2015-spread": "^6.6.5",
"babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
"babel-plugin-transform-es2015-template-literals": "^6.6.5",
"babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"webpack": "^3.8.1"
},
"scripts": {
"build": "npm run build:commonjs && npm run build:es && npm run build:umd",
"build:commonjs": "BABEL_ENV=commonjs babel src --out-dir lib",
"build:es": "BABEL_ENV=es babel src --out-dir es",
"build:umd": "BABEL_ENV=commonjs webpack",
"clean": "rm -rf dist es lib",
"prepublish": "npm run clean && npm run build"
}
}