Skip to content

Commit 371cc50

Browse files
committed
Created bower.json
Added initial bower config
1 parent f03d451 commit 371cc50

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bower.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "teamdf/jquery-number",
3+
"main": "jquery.number.min.js",
4+
"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.",
5+
"license": "MIT",
6+
"ignore": [
7+
"examples",
8+
"**/*.txt",
9+
"**/*.markdown"
10+
],
11+
"dependencies": {
12+
"jquery": ">1.7.0"
13+
}
14+
}

0 commit comments

Comments
 (0)