initial project creation
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
brunch-config.js
0 → 100644
config/config.exs
0 → 100644
config/dev.exs
0 → 100644
config/prod.exs
0 → 100644
config/test.exs
0 → 100644
lib/grains.ex
0 → 100644
lib/grains/endpoint.ex
0 → 100644
lib/grains/repo.ex
0 → 100644
mix.exs
0 → 100644
mix.lock
0 → 100644
package.json
0 → 100644
{ | ||
"repository": {}, | ||
"license": "MIT", | ||
"scripts": { | ||
"deploy": "brunch build --production", | ||
"watch": "brunch watch --stdin" | ||
}, | ||
"dependencies": { | ||
"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", | ||
"uglify-js-brunch": "~2.0.1" | ||
} | ||
} |
priv/gettext/errors.pot
0 → 100644
priv/repo/seeds.exs
0 → 100644