mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 17:55:57 +10:00
34 lines
636 B
JSON
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"
|
|
]
|
|
}
|
|
}
|