add bower for client deps

This commit is contained in:
Nabeel Shahzad
2017-08-15 18:04:13 -05:00
parent c45d0541ef
commit be755b33eb
153 changed files with 14941 additions and 0 deletions

21
bower.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "phpvms",
"description": "",
"directory": "public/vendor",
"main": "",
"authors": [
"Nabeel Shahzad <nshahzad@gmail.com>"
],
"dependencies": {
"rivets": "0.9.6"
},
"license": "MIT",
"homepage": "https://github.com/nabeelio/phpvms",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}