mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-02-01 17:27:10 +00:00
38 lines
937 B
JSON
38 lines
937 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": {
|
|
"gulp": "^3.8.7",
|
|
"gulp-concat": "^2.3.4",
|
|
"gulp-html-replace": "^1.1.0",
|
|
"gulp-insert": "^0.4.0",
|
|
"gulp-jshint": "^1.8.3",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-uglify": "^0.3.1",
|
|
"nodeunit": "^0.9.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/nodeunit $(pwd)/test/unit/nodeunitheadless.js"
|
|
}
|
|
}
|