Files
cdnjs/ajax/libs/rivets/package.json
T
2014-09-27 20:37:23 -07:00

34 lines
636 B
JSON

{
"name": "rivets",
"filename": "rivets.min.js",
"version": "0.6.10",
"description": "Data binding + templating solution.",
"license": "MIT",
"homepage": "http://rivetsjs.com",
"keywords": [
"declarative",
"data binding",
"templating",
"engine",
"ui"
],
"repositories": [
{
"type": "git",
"url": "git://github.com/mikeric/rivets"
}
],
"author": {
"name": "Michael Richards",
"email": "mike22e@gmail.com"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/mikeric/rivets.git",
"basePath": "dist/",
"files": [
"*.js"
]
}
}