phpvms/public/vendor/rivets/component.json

19 lines
348 B
JSON
Raw Normal View History

2017-08-16 07:04:13 +08:00
{
"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"
}
}