Skip to content

Commit

Permalink
Created bower.json
Browse files Browse the repository at this point in the history
Added initial bower config
  • Loading branch information
samatcd committed Aug 6, 2015
1 parent f03d451 commit 371cc50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "teamdf/jquery-number",
"main": "jquery.number.min.js",
"description": "This is a jQuery plugin which allows developers to easily format numbers for display use. Allows users to replace numbers inline in a document, or return a formatted number for other uses.",
"license": "MIT",
"ignore": [
"examples",
"**/*.txt",
"**/*.markdown"
],
"dependencies": {
"jquery": ">1.7.0"
}
}

0 comments on commit 371cc50

Please sign in to comment.