phpvms/public/vendor/rivets/bower.json
2017-08-15 18:04:13 -05:00

24 lines
425 B
JSON

{
"name": "rivets",
"description": "Declarative data binding + templating solution.",
"homepage": "http://rivetsjs.com",
"version": "0.9.6",
"main": "dist/rivets.js",
"license": "MIT",
"authors": [
"Michael Richards"
],
"keywords": [
"data binding",
"templating"
],
"ignore": [
"node_modules",
"bower_components",
"spec"
],
"dependencies": {
"sightglass": "~0.2.4"
}
}