Skip to content

Commit

Permalink
Added Bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jellekralt committed Aug 3, 2015
1 parent 778e1de commit 3056f2a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "angular-drag-scroll",
"version": "0.1.0",
"homepage": "https://github.com/jellekralt/angular-drag-scroll",
"authors": [
"Jelle Kralt <[email protected]>"
],
"description": "Lightweight drag to scroll directive for AngularJS",
"main": "src/ng-drag-scroll.js",
"keywords": [
"drag",
"scroll",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 3056f2a

Please sign in to comment.