Skip to content

Commit

Permalink
Merge pull request #45 from lancejpollard/component.json
Browse files Browse the repository at this point in the history
add component.json support
  • Loading branch information
pbakaus committed Jun 6, 2016
2 parents 6990f67 + 4dbab90 commit a486b79
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "scroller",
"repo": "zynga/scroller",
"description": "Accelerated panning and zooming for HTML and Canvas",
"version": "0.0.1",
"keywords": ["scroller", "mobile", "animation"],
"scripts": [
"index.js",
"src/Animate.js",
"src/Scroller.js"
],
"license": "MIT"
}
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

require('./src/Animate');
require('./src/Scroller');

module.exports = Scroller;

0 comments on commit a486b79

Please sign in to comment.