-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial bower config
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |