Add bower package management

This commit is contained in:
perryharlock
2013-10-04 11:37:40 +01:00
parent 086122ca51
commit b619087cf9
16 changed files with 26 additions and 825 deletions

9
bower.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "pa11y-dashboard",
"dependencies": {
"jquery": "~1.10",
"bootstrap": "~3.0",
"flot": "~0.8"
}
}