tween.js/package.json
2014-08-03 15:51:24 -07:00

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"
}
}