bower
This commit is contained in:
parent
5ccf14663c
commit
de5b503bda
2 changed files with 22 additions and 0 deletions
3
.bowerrc
Normal file
3
.bowerrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"directory": "web/components/"
|
||||
}
|
||||
19
bower.json
Normal file
19
bower.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue