Current section

Files

Jump to
phx_new templates static brunch package.json
Raw

templates/static/brunch/package.json

{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"phoenix": "file:<%= brunch_deps_prefix %><%= phoenix_path %>"<%= if html do %>,
"phoenix_html": "file:<%= brunch_deps_prefix %>deps/phoenix_html"<% end %>
},
"devDependencies": {
"babel-brunch": "6.1.1",
"brunch": "2.10.9",
"clean-css-brunch": "2.10.0",
"uglify-js-brunch": "2.10.0"
}
}