{
  "name": "flambeau",
  "version": "0.7.0",
  "description": "Lightweight flux library",
  "scripts": {
    "build": "babel src --out-dir lib",
    "clean": "rimraf lib",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BurntCaramel/flambeau.git"
  },
  "keywords": [
    "flux",
    "react",
    "immutable",
    "reducer",
    "redux"
  ],
  "author": "Patrick Smith",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/BurntCaramel/flambeau/issues"
  },
  "homepage": "https://github.com/BurntCaramel/flambeau#readme",
  "devDependencies": {
    "babel": "^5.8.23",
    "rimraf": "^2.4.3"
  }
}
