4 Star 3 Fork 0

Gitee 极速下载/Ola

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/franciscop/ola
克隆/下载
package.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Francisco 提交于 2021-05-07 23:28 . 1.2.1
{
"name": "ola",
"version": "1.2.1",
"description": "Smooth animation library for interpolating numbers in real time",
"homepage": "https://github.com/franciscop/ola#readme",
"repository": "https://github.com/franciscop/ola.git",
"bugs": "https://github.com/franciscop/ola/issues",
"funding": {
"url": "https://www.paypal.me/franciscopresencia/19"
},
"author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)",
"license": "MIT",
"scripts": {
"build": "rollup ola.js --name Ola --output.format umd | uglifyjs -o ola.min.js",
"ugly": "uglifyjs --version",
"test": "jest --coverage",
"size": "echo \"$(gzip -c ola.min.js | wc -c) bytes\" # Only for Unix",
"watch": "jest --watch"
},
"keywords": [
"value",
"interpolation",
"inbetweening",
"animation",
"transition",
"smooth",
"tween",
"js"
],
"main": "ola.min.js",
"files": [],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"rollup": "^1.11.3",
"uglify-es": "^3.3.9"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Ola.git
git@gitee.com:mirrors/Ola.git
mirrors
Ola
Ola
master

搜索帮助