Files
2014-10-24 00:11:23 +08:00

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": [
"*/*/*",
"*/*",
"*"
]
}
}