{
  "name": "minimal-flux",
  "version": "0.5.0-alpha",
  "description": "A very lightweight implementation of Flux",
  "main": "dist/index.js",
  "bugs": {
    "url": "https://github.com/malte-wessel/minimal-flux/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/malte-wessel/minimal-flux.git"
  },
  "homepage": "https://github.com/malte-wessel/minimal-flux",
  "scripts": {
    "build": "babel ./src --plugins babel-plugin-closure-elimination --out-dir ./dist",
    "test": "babel-node ./node_modules/.bin/tape \"test/src/**/*.js\"",
    "prepublish": "npm test && npm run build"
  },
  "author": "Malte Wessel <delabreak@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.2.17",
    "babel-plugin-closure-elimination": "0.0.1",
    "jsdom": "^5.3.0",
    "react": "^0.14.0-alpha2",
    "tape": "^3.5.0"
  },
  "dependencies": {
    "eventemitter3": "^1.0.2",
    "getallpropertynames": "^0.1.3",
    "object-assign": "^2.0.0",
    "toposort": "^0.2.10"
  },
  "keywords": [
    "flux",
    "lightweight",
    "react",
    "flow",
    "unidirectional"
  ]
}
