Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1. {
  2.   "repository": {},
  3.   "license": "MIT",
  4.   "scripts": {
  5.     "deploy": "brunch build --production",
  6.     "watch": "brunch watch --stdin"
  7.   },
  8.   "dependencies": {
  9.     "font-awesome": "^4.7.0",
  10.     "foundation-sites": "^6.3.0",
  11.     "motion-ui": "^1.2.2",
  12.     "phoenix": "file:deps/phoenix",
  13.     "phoenix_html": "file:deps/phoenix_html",
  14.     "turbolinks": "^5.0.0"
  15.   },
  16.   "devDependencies": {
  17.     "copycat-brunch": "^1.1.0",
  18.     "sass-brunch": "^2.9.0",
  19.     "babel-brunch": "~6.0.0",
  20.     "brunch": "2.7.4",
  21.     "clean-css-brunch": "~2.0.0",
  22.     "css-brunch": "~2.0.0",
  23.     "javascript-brunch": "~2.0.0",
  24.     "uglify-js-brunch": "~2.0.1"
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement