UNPKG

@clementroche/raf

Version:

This package implements a ticker using only one requestAnimationFrame

44 lines (43 loc) 1.13 kB
{ "name": "@clementroche/raf", "version": "0.0.4", "author": "clementroche", "description": "This package implements a ticker using only one requestAnimationFrame", "main": "dist/index.js", "browser": "dist/browser.js", "module": "dist/index.mjs", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/clementroche/raf.git" }, "keywords": [ "ticker", "raf", "clock" ], "license": "ISC", "bugs": { "url": "https://github.com/clementroche/raf/issues" }, "homepage": "https://github.com/clementroche/raf#readme", "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.7.0", "@babel/preset-env": "^7.7.1", "babelify": "^8.0.0", "browserify": "^16.1.0", "npm-run-all": "^4.1.5", "parcel": "^1.12.4", "rollup": "^1.27.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-filesize": "^6.2.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^5.2.0" } }