{
  "name": "flux-tools",
  "version": "0.1.5",
  "description": "Tools for the flux architecture.",
  "main": "index.js",
  "scripts": {
    "check-coverage": "istanbul check-coverage --branches 100 --functions 100 --lines 100 --statements 100 .coverage/coverage.json",
    "cover": "istanbul cover --dir .coverage node_modules/mocha/bin/_mocha test/integration test/unit src/",
    "jshint": "jshint src/ test/integration test/unit",
    "test": "rm -rf coverage && npm run jshint && npm run cover && npm run check-coverage",
    "build": "browserify browser.js -o flux-tools.js && uglifyjs flux-tools.js -o flux-tools.min.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ambitioninc/flux-tools"
  },
  "keywords": [
    "flux"
  ],
  "bugs": {
    "url": "https://github.com/ambitioninc/flux-tools/issues"
  },
  "homepage": "https://github.com/ambitioninc/flux-tools",
  "author": "Ambition Team",
  "license": "MIT",
  "devDependencies": {
    "browserify": "^5.11.1",
    "istanbul": "^0.3.0",
    "jshint": "^2.5.5",
    "mocha": "^1.21.4",
    "sinon": "^1.10.3",
    "uglifyjs": "^2.3.6"
  }
}
