-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 786 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "jquery-numeric",
"version": "1.5.0",
"author": {
"name": "SamWM",
"email": "sam.collett@gmail.com",
"url": "https://github.com/SamWM"
},
"description": "jQuery plugin to allow only numbers to be typed into a text box",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/SamWM/jquery-numeric/blob/master/LICENSE"
}
],
"homepage": "https://github.com/SamWM/jquery-numeric",
"main": "jquery.numeric.js",
"repository": {
"type": "git",
"url": "https://github.com/SamWM/jquery-numeric.git"
},
"bugs": {
"url": "https://github.com/SamWM/jquery-numeric/issues"
},
"keywords": [
"jquery",
"jquery-plugin",
"input",
"numeric"
],
"files": [
"jquery.numeric.js",
"LICENSE"
]
}