package.json

Summary

Maintainability
Test Coverage
{
  "repository": {},
  "license": "MIT",
  "scripts": {
    "deploy": "brunch build --production",
    "watch": "brunch watch --stdin",
    "test": "mix test",
    "cover": "mix coveralls",
    "lint": "mix credo --strict"
  },
  "dependencies": {
    "accessible-autocomplete": "^1.6.0",
    "phoenix": "file:deps/phoenix",
    "phoenix_html": "file:deps/phoenix_html"
  },
  "devDependencies": {
    "babel-brunch": "~6.0.0",
    "brunch": "2.7.4",
    "clean-css-brunch": "~2.0.0",
    "css-brunch": "~2.0.0",
    "javascript-brunch": "~2.0.0",
    "pre-commit": "^1.2.2",
    "uglify-js-brunch": "~2.0.1"
  },
  "pre-commit": [
    "cover",
    "lint"
  ]
}