Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

pfchangs / redux-actions   js

Repository URL to install this package:

Version: 0.9.0-alpha 

/ package.json

{
  "name": "redux-actions",
  "version": "0.9.0-alpha",
  "description": "Flux Standard Action utlities for Redux",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "prepublish": "make clean build"
  },
  "files": [
    "src",
    "lib"
  ],
  "keywords": [
    "flux",
    "redux",
    "fsa",
    "actions"
  ],
  "author": "Andrew Clark <acdlite@me.com>",
  "bugs": {
    "url": "https://github.com/acdlite/redux-actions/issues"
  },
  "homepage": "https://github.com/acdlite/redux-actions",
  "repository": {
    "type": "git",
    "url": "https://github.com/acdlite/redux-actions.git"
  },
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.6.14",
    "babel-core": "^5.6.15",
    "babel-eslint": "^3.1.20",
    "chai": "^3.0.0",
    "eslint": "^0.24.0",
    "eslint-config-airbnb": "0.0.6",
    "lodash.isplainobject": "^3.2.0",
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "flux-standard-action": "^0.6.0",
    "reduce-reducers": "^0.1.0"
  }
}