File tree Expand file tree Collapse file tree 2 files changed +73
-1
lines changed Expand file tree Collapse file tree 2 files changed +73
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
- # Created by https://www.gitignore.io/api/osx,windows,bower
2
+ # Created by https://www.gitignore.io/api/osx,windows,bower,node
3
3
4
4
# ## OSX ###
5
5
.DS_Store
@@ -55,3 +55,40 @@ bower_components
55
55
.bower-cache
56
56
.bower-registry
57
57
.bower-tmp
58
+
59
+
60
+ # ## Node ###
61
+ # Logs
62
+ logs
63
+ * .log
64
+ npm-debug.log *
65
+
66
+ # Runtime data
67
+ pids
68
+ * .pid
69
+ * .seed
70
+
71
+ # Directory for instrumented libs generated by jscoverage/JSCover
72
+ lib-cov
73
+
74
+ # Coverage directory used by tools like istanbul
75
+ coverage
76
+
77
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
78
+ .grunt
79
+
80
+ # node-waf configuration
81
+ .lock-wscript
82
+
83
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
84
+ build /Release
85
+
86
+ # Dependency directories
87
+ node_modules
88
+ jspm_packages
89
+
90
+ # Optional npm cache directory
91
+ .npm
92
+
93
+ # Optional REPL history
94
+ .node_repl_history
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " jquery-numeric" ,
3
+ "version" : " 1.5.0" ,
4
+ "author" : {
5
+ "name" : " SamWM" ,
6
+ "email" : " sam.collett@gmail.com" ,
7
+ "url" : " https://github.com/SamWM"
8
+ },
9
+ "description" : " jQuery plugin to allow only numbers to be typed into a text box" ,
10
+ "licenses" : [
11
+ {
12
+ "type" : " MIT" ,
13
+ "url" : " https://github.com/SamWM/jquery-numeric/blob/master/LICENSE"
14
+ }
15
+ ],
16
+ "homepage" : " https://github.com/SamWM/jquery-numeric" ,
17
+ "main" : " jquery.numeric.js" ,
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " https://github.com/SamWM/jquery-numeric.git"
21
+ },
22
+ "bugs" : {
23
+ "url" : " https://github.com/SamWM/jquery-numeric/issues"
24
+ },
25
+ "keywords" : [
26
+ " jquery" ,
27
+ " jquery-plugin" ,
28
+ " input" ,
29
+ " numeric"
30
+ ],
31
+ "files" : [
32
+ " jquery.numeric.js" ,
33
+ " LICENSE"
34
+ ]
35
+ }
You can’t perform that action at this time.
0 commit comments