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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "rivets",
"description": "Declarative data binding + templating solution.",
"repo": "mikeric/rivets",
"version": "0.9.6",
"keywords": [
"data binding",
"templating"
],
"license": "MIT",
"scripts": [
"dist/rivets.js"
],
"main": "dist/rivets.js",
"dependencies": {
"mikeric/sightglass": "~0.2.4"
}
}