This commit is contained in:
Simon Vieille 2016-03-18 23:55:39 +01:00
parent 5ccf14663c
commit de5b503bda
2 changed files with 22 additions and 0 deletions

3
.bowerrc Normal file
View file

@ -0,0 +1,3 @@
{
"directory": "web/components/"
}

19
bower.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "cours-ending",
"version": "0.0.0",
"authors": [
"Simon Vieille <simon@deblan.fr>"
],
"license": "BSD-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"vue": "~1.0.18",
"vue-validator": "~1.4.4"
}
}