Skip to content

Commit

Permalink
adds NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Feb 22, 2016
1 parent a09ac68 commit 740ff52
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/meodai/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/meodai/ticktack.js/issues"
},
"homepage": "https://github.com/meodai/ticktack.js#readme"
}

0 comments on commit 740ff52

Please sign in to comment.