Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / package.json
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.0.0",
14 "brunch": "2.7.4",
15 "clean-css-brunch": "~2.0.0",
16 "css-brunch": "~2.0.0",
17 "javascript-brunch": "~2.0.0",
18 "uglify-js-brunch": "~2.0.1"
19 }
20 }