mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-01-25 16:46:30 +00:00
28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "tween.js",
|
|
"version": "0.15.0",
|
|
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
|
|
"main": "src/Tween.js",
|
|
"homepage": "https://github.com/sole/tween.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sole/tween.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sole/tween.js/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/sole/tween.js/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"tween",
|
|
"interpolation"
|
|
],
|
|
"dependencies": {
|
|
"nodeunit": "^0.9.0"
|
|
}
|
|
}
|