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 / flux-standard-action   js

Repository URL to install this package:

Version: 0.6.0 

/ package.json

{
  "name": "flux-standard-action",
  "version": "0.6.0",
  "description": "A human-friendly standard for Flux action objects",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "prepublish": "make clean build"
  },
  "keywords": [
    "flux",
    "redux",
    "actions",
    "fsa"
  ],
  "author": "Andrew Clark <acdlite@me.com>",
  "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",
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "lodash.isplainobject": "^3.2.0"
  }
}