diff --git a/package.json b/package.json new file mode 100644 index 0000000..813847e --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "ticktack.js", + "version": "0.5.2", + "description": "requestanimationframe based watch", + "main": "ticktack.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/meodai/ticktack.js.git" + }, + "keywords": [ + "animation", + "client", + "raf", + "requestanimation", + "frame" + ], + "author": "meodai (https://github.com/meodai/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/meodai/ticktack.js/issues" + }, + "homepage": "https://github.com/meodai/ticktack.js#readme" +}