mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
27 lines
513 B
JSON
27 lines
513 B
JSON
{
|
|
"name": "tween.js",
|
|
"homepage": "https://github.com/tweenjs/tween.js",
|
|
"authors": [
|
|
"tween.js contributors"
|
|
],
|
|
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
|
|
"main": "src/Tween.js",
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"tween",
|
|
"interpolation"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"assets",
|
|
"docs",
|
|
"examples",
|
|
".*"
|
|
]
|
|
}
|