tween.js/bower.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",
".*"
]
}