holywyvern/flux-utils

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nova-flux",
  "version": "1.3.1",
  "description": "A collection of utilities for using flux with React",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holywyvern/flux-utils.git"
  },
  "keywords": [
    "flux",
    "utils",
    "stores",
    "actions"
  ],
  "author": "Ramiro Rojo <ramiro.rojo.cretta@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holywyvern/flux-utils/issues"
  },
  "homepage": "https://github.com/holywyvern/flux-utils#readme",
  "dependencies": {
    "deep-copy": "^1.1.2",
    "generic-events": "^1.0.0"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.13.2",
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-documentation": "^2.2.0",
    "gulp-sourcemaps": "^1.6.0",
    "mocha": "^3.0.2"
  }
}