asciinema.org/package.json

22 lines
488 B
JSON
Raw Normal View History

2016-08-22 03:15:42 +00:00
{
"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",
2016-08-30 03:40:18 +00:00
"sass-brunch": "^2.6.3",
2016-08-22 03:15:42 +00:00
"javascript-brunch": "~2.0.0",
"uglify-js-brunch": "~2.0.1"
}
}