diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..15ae303 --- /dev/null +++ b/bower.json @@ -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" + } +}