package.json 402 B

12345678910111213141516171819
  1. {
  2. "repository": {},
  3. "license": "MIT",
  4. "scripts": {
  5. "deploy": "brunch build --production",
  6. "watch": "brunch watch --stdin"
  7. },
  8. "dependencies": {
  9. "phoenix": "file:../deps/phoenix",
  10. "phoenix_html": "file:../deps/phoenix_html"
  11. },
  12. "devDependencies": {
  13. "babel-brunch": "6.1.1",
  14. "brunch": "2.10.9",
  15. "clean-css-brunch": "2.10.0",
  16. "uglify-js-brunch": "2.10.0"
  17. }
  18. }