Skip to content

Commit

Permalink
Generate bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
davegudge committed Mar 14, 2019
1 parent 403d746 commit a957bef
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "scrollbooster",
"description": "Enjoyable content drag-to-scroll library",
"version": "1.1.1",
"main": "dist/scrollbooster.js",
"authors": [
"Ilya Shubin <[email protected]>"
],
"license": "MIT",
"keywords": [
"drag",
"draggable",
"scroll",
"scrollable",
"UI",
"microlibrary"
],
"homepage": "https://ilyashubin.github.io/scrollbooster/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a957bef

Please sign in to comment.