mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
43 lines
836 B
JSON
43 lines
836 B
JSON
{
|
|
"name": "AniJS",
|
|
"title": "AniJS",
|
|
"filename": "anijs-min.js",
|
|
"version": "0.8.1",
|
|
"description": "Declarative handling library for CSS animations.",
|
|
"homepage": "http://anijs.github.io/",
|
|
"keywords": [
|
|
"declarative",
|
|
"animations",
|
|
"css",
|
|
"declarative",
|
|
"anijs"
|
|
],
|
|
"author": {
|
|
"name": "Dariel Noel",
|
|
"email": "darielnoel@gmail.com",
|
|
"url": "https://github.com/darielnoel"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/anijs/anijs.git"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/anijs/anijs/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/anijs/anijs.git",
|
|
"basePath": "dist/",
|
|
"files": [
|
|
"*/*/*",
|
|
"*/*",
|
|
"*"
|
|
]
|
|
}
|
|
}
|