source: ether_iasi/trunk/web/resources/js/library/jquery-ui-1.9.2.custom/development-bundle/ui.spinner.jquery.json

Last change on this file was 786, checked in by cbipsl, 10 years ago

commit temp
bug libraries

File size: 1.3 KB
Line 
1{
2        "name": "ui.spinner",
3        "title": "jQuery UI Spinner",
4        "description": "Displays buttons to easily input numbers via the keyboard or mouse.",
5        "keywords": [
6                "ui",
7                "spinner",
8                "form",
9                "number",
10                "spinbutton",
11                "stepper"
12        ],
13        "version": "1.9.2",
14        "author": {
15                "name": "jQuery Foundation and other contributors",
16                "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/AUTHORS.txt"
17        },
18        "maintainers": [
19                {
20                        "name": "Scott González",
21                        "email": "scott.gonzalez@gmail.com",
22                        "url": "http://scottgonzalez.com"
23                },
24                {
25                        "name": "Jörn Zaefferer",
26                        "email": "joern.zaefferer@gmail.com",
27                        "url": "http://bassistance.de"
28                },
29                {
30                        "name": "Kris Borchers",
31                        "email": "kris.borchers@gmail.com",
32                        "url": "http://krisborchers.com"
33                },
34                {
35                        "name": "Corey Frang",
36                        "email": "gnarf37@gmail.com",
37                        "url": "http://gnarf.net"
38                }
39        ],
40        "licenses": [
41                {
42                        "type": "MIT",
43                        "url": "https://github.com/jquery/jquery-ui/blob/1.9.2/MIT-LICENSE.txt"
44                }
45        ],
46        "bugs": "http://bugs.jqueryui.com/",
47        "homepage": "http://jqueryui.com/spinner/",
48        "demo": "http://jqueryui.com/spinner/",
49        "docs": "http://api.jqueryui.com/spinner/",
50        "download": "http://jqueryui.com/download/",
51        "dependencies": {
52                "jquery": ">=1.6",
53                "ui.core": "1.9.2",
54                "ui.widget": "1.9.2",
55                "ui.button": "1.9.2"
56        },
57        "category": "widget"
58}
Note: See TracBrowser for help on using the repository browser.