Skip to content

Commit d2b0435

Browse files
committed
Add bower.json
1 parent a66419b commit d2b0435

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Created by https://www.gitignore.io/api/osx,windows
2+
# Created by https://www.gitignore.io/api/osx,windows,bower
33

44
### OSX ###
55
.DS_Store
@@ -48,3 +48,10 @@ $RECYCLE.BIN/
4848

4949
# Windows shortcuts
5050
*.lnk
51+
52+
53+
### Bower ###
54+
bower_components
55+
.bower-cache
56+
.bower-registry
57+
.bower-tmp

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "jquery-numeric",
3+
"homepage": "https://github.com/SamWM/jquery-numeric",
4+
"authors": [
5+
6+
],
7+
"description": "jQuery plugin to allow only numbers to be typed into a text box",
8+
"main": "jquery.numeric.js",
9+
"moduleType": [],
10+
"license": "MIT",
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
],
18+
"dependencies": {
19+
"jquery": ">=1.6"
20+
}
21+
}

0 commit comments

Comments
 (0)