{
  "name": "@keystack/fluxstate",
  "version": "1.2.1",
  "description": "A library implementing Flux data flow.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -G",
    "test-cov": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keystack/fluxstate.git"
  },
  "keywords": [
    "React",
    "Flux"
  ],
  "author": "Devery Channell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keystack/fluxstate"
  },
  "homepage": "https://github.com/keystack/fluxstate",
  "dependencies": {
    "lodash": ">=4.17.11",
    "promise": "^7.0.1"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "colors": "^1.0.3",
    "commander": "^2.7.1",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.13",
    "minimatch": "^3.0.4",
    "mocha": "^2.2.4",
    "sinon": "^1.14.1",
    "underscore": "^1.8.3",
    "webpack": "^1.9.10"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}
