tween.js/utils/npm/package.json

24 lines
552 B
JSON

{
"name": "tween.js",
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"version": "0.14.0",
"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"
]
}