Skip to content

Commit

Permalink
Add a bower.json file for the Bower package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Jul 30, 2013
1 parent b08a594 commit ded9107
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "nouislider",
"version": "3.2.1",
"main": [
"jquery.nouislider.js",
"jquery.nouislider.min.js",
"nouislider.fox.css",
"nouislider.space.css"
],
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.7.0"
}
}

0 comments on commit ded9107

Please sign in to comment.