forked from vsn4ik/input-spinner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspinner.jquery.json
More file actions
28 lines (28 loc) · 836 Bytes
/
Copy pathspinner.jquery.json
File metadata and controls
28 lines (28 loc) · 836 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
{
"name": "spinner",
"title": "jQuery spinner",
"description": "A Number-Spinner based-on jQuery, Support Keyboard operations and continuous changing.",
"version": "0.1.6",
"homepage": "https://github.com/xixilive/jquery-spinner",
"demo": "http://xixilive.github.io/jquery-spinner",
"author": {
"name": "xixilive",
"email": "xixilive@gmail.com",
"url": "https://github.com/xixilive"
},
"repository": {
"type": "git",
"url": "git://github.com/xixilive/jquery-spinner.git"
},
"bugs": "https://github.com/xixilive/jquery-spinner/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/xixilive/jquery-spinner/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">= 1.6"
},
"keywords": ["spinner", "number-steps", "number-spinner", "continuous"]
}