{ "name": "@f/animate", "description": "Animate properties using requestAnimationFrame and a custom render function", "repository": "git://github.com/micro-js/animate.git", "version": "1.0.1", "license": "MIT", "main": "lib/index.js", "scripts": { "postversion": "git push && git push --tags && npm publish --access=public" }, "dependencies": { "@f/elapsed-time": "^1.0.0", "@f/raf": "^1.0.0", "@f/tween": "^1.0.0" }, "devDependencies": { "tape": "^4.2.2" } }