tween.js/package.json
2014-08-17 23:11:45 +01:00

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