blob: 5fedb686eada4826365485d4a60f7aa786413972 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"font-awesome": "^4.7.0",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"startbootstrap-sb-admin": "3.3.7"
},
"devDependencies": {
"copycat-brunch": "^1.1.0",
"babel-brunch": "6.1.1",
"brunch": "^2.10.17",
"clean-css-brunch": "2.10.0",
"uglify-js-brunch": "2.10.0"
}
}
|