UNPKG

tweenkle

Version:

Lightweight tweening library for all your tweening and animation needs.

65 lines (64 loc) 1.83 kB
{ "name": "tweenkle", "version": "0.2.2", "license": "MIT", "description": "Lightweight tweening library for all your tweening and animation needs.", "repository": "ryanhefner/tweenkle", "bugs": "https://github.com/ryanhefner/tweenkle/issues", "author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)", "files": [ "index.js", "Tween.js", "TweenManager.js", "easing", "es", "src", "umd" ], "directories": { "lib": "/src" }, "main": "index.js", "module": "es/index.js", "jsnext:main": "src/index.js", "scripts": { "clean": "rm -f index.js && rm -f Tween.js && rm -f TweenManager.js && rm -rf easing && rm -rf es && rm -rf umd", "prebuild": "npm run clean", "build": "node ./tools/build.js", "watch": "babel ./src -d . --ignore __tests__ --watch", "prepare": "npm run build", "prepublishOnly": "node ./tools/build.js", "push-release": "git push origin master && git push --tags", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "sister": "^3.0.2" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.6", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.6", "babel-plugin-dev-expression": "^0.2.2", "babel-plugin-external-helpers": "^6.22.0", "gzip-size": "^5.1.1", "pretty-bytes": "^5.3.0", "rollup": "^1.32.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-uglify": "^6.0.4" }, "keywords": [ "tween", "tweens", "tweening", "ease", "eases", "easing", "animation", "tweening library" ] }