UNPKG

redux-promise-thunk

Version:

Thunk generator to dispatch Flux-Standard-Action in each phase of promise

106 lines (105 loc) 3.14 kB
{ "name": "history", "version": "1.15.0", "description": "A minimal, functional history implementation for JavaScript", "files": [ "*.md", "docs", "es6", "lib", "npm-scripts", "umd" ], "main": "lib/index", "repository": { "type": "git", "url": "git+https://github.com/rackt/history.git" }, "bugs": { "url": "https://github.com/rackt/history/issues" }, "scripts": { "build": "npm run build-cjs && npm run build-es6", "build-cjs": "rimraf lib && babel ./modules --stage 0 --loose all --plugins dev-expression -d lib --ignore '__tests__'", "build-es6": "rimraf es6 && babel ./modules --stage 0 --loose all --plugins dev-expression -d es6 --blacklist=es6.modules --ignore '__tests__'", "build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js", "build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js", "lint": "eslint modules", "start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js", "test": "npm run lint && karma start", "postinstall": "node ./npm-scripts/postinstall.js" }, "authors": [ "Michael Jackson" ], "license": "MIT", "dependencies": { "deep-equal": "^1.0.0", "invariant": "^2.0.0", "query-string": "^3.0.0", "warning": "^2.0.0" }, "devDependencies": { "assert": "1.3.0", "babel": "^5.4.7", "babel-core": "^5.4.7", "babel-eslint": "^3.1.23", "babel-loader": "^5.0.0", "babel-plugin-dev-expression": "^0.1.0", "eslint": "1.4.1", "eslint-config-rackt": "1.0.0", "eslint-plugin-react": "3.3.2", "expect": "^1.12.0", "gzip-size": "^3.0.0", "isparta-loader": "^1.0.0", "karma": "^0.13.3", "karma-browserstack-launcher": "^0.1.3", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.3", "karma-coveralls": "^1.1.2", "karma-mocha": "^0.2.0", "karma-mocha-reporter": "^1.0.4", "karma-sourcemap-loader": "^0.3.5", "karma-webpack": "^1.7.0", "mocha": "^2.0.1", "pretty-bytes": "^2.0.1", "rimraf": "^2.4.2", "webpack": "^1.4.13", "webpack-dev-server": "^1.10.1" }, "tags": [ "history", "location" ], "keywords": [ "history", "location" ], "gitHead": "f7ec1ed278d7837f3d49da226e02973b23186c32", "homepage": "https://github.com/rackt/history#readme", "_id": "history@1.15.0", "_shasum": "67fe73e23b9b98d70eaf61187b0e1a61d72700f7", "_from": "history@>=1.13.1 <2.0.0", "_npmVersion": "3.4.1", "_nodeVersion": "5.0.0", "_npmUser": { "name": "mjackson", "email": "mjijackson@gmail.com" }, "dist": { "shasum": "67fe73e23b9b98d70eaf61187b0e1a61d72700f7", "size": 47664, "noattachment": false, "tarball": "http://registry.npm.taobao.org/history/download/history-1.15.0.tgz" }, "maintainers": [ { "name": "mjackson", "email": "mjijackson@gmail.com" } ], "directories": {}, "publish_time": 1449517699699, "_cnpm_publish_time": 1449517699699, "_resolved": "https://registry.npm.taobao.org/history/download/history-1.15.0.tgz" }