File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " jquery-numeric" ,
3+ "homepage" : " https://github.com/SamWM/jquery-numeric" ,
4+ "authors" : [
5+ " SamWM <sam.collett@gmail.com>"
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+ }
You can’t perform that action at this time.
0 commit comments