This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
mebe/bower.json
2015-11-17 23:09:21 +02:00

20 lines
365 B
JSON

{
"name": "mebe_web",
"version": "0.0.1",
"authors": [
"Mikko Ahlroth <mikko.ahlroth@gmail.com>"
],
"description": "Minimalistic Elixir Blog Engine",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-sass": "~3.3.4",
"jquery": "~2.1.4"
}
}