加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julian Garnier 提交于 2017-03-26 16:21 . Version 2.0.2
{
"name": "animejs",
"version": "2.0.2",
"description": "JavaScript animation engine",
"main": "anime.min.js",
"repository": {
"type": "git",
"url": "https://github.com/juliangarnier/anime.git"
},
"keywords": [
"anime",
"animation",
"javascript",
"CSS",
"transforms",
"SVG",
"canvas"
],
"author": "Julian Garnier <hello@julian.gr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/juliangarnier/anime/issues"
},
"homepage": "http://anime-js.com",
"files": [
"anime.js",
"anime.min.js"
],
"dependencies": {
"google-closure-compiler-js": "^20170124.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化