Skip to content

Commit

Permalink
adding bower.json definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bernii committed Jan 9, 2014
1 parent ae0e45a commit 0148549
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "bernii/gauge.js",
"version": "1.0.0",
"main": [
"dist/gauge.js",
"dist/gauge.min.js",
"dist/gauge.coffee",
],
"description": "100% native and cool looking animated JavaScript/CoffeScript gauge",
"license": "MIT",
"ignore": [
],
"dependencies": {
},
"devDependencies": {
}
}

0 comments on commit 0148549

Please sign in to comment.