1e0840475be638d67fe8940ea056e5a458d9d6e9
[myslice.git] / third-party / jquery-ui-1.10.2 / package.json
1 {
2         "name": "jquery-ui",
3         "title": "jQuery UI",
4         "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5         "version": "1.10.2",
6         "homepage": "http://jqueryui.com",
7         "author": {
8                 "name": "jQuery Foundation and other contributors",
9                 "url": "https://github.com/jquery/jquery-ui/blob/1.10.2/AUTHORS.txt"
10         },
11         "maintainers": [
12                 {
13                         "name": "Scott González",
14                         "email": "scott.gonzalez@gmail.com",
15                         "url": "http://scottgonzalez.com"
16                 },
17                 {
18                         "name": "Jörn Zaefferer",
19                         "email": "joern.zaefferer@gmail.com",
20                         "url": "http://bassistance.de"
21                 },
22                 {
23                         "name": "Kris Borchers",
24                         "email": "kris.borchers@gmail.com",
25                         "url": "http://krisborchers.com"
26                 },
27                 {
28                         "name": "Corey Frang",
29                         "email": "gnarf37@gmail.com",
30                         "url": "http://gnarf.net"
31                 },
32                 {
33                         "name": "Mike Sherov",
34                         "email": "mike.sherov@gmail.com",
35                         "url": "http://mike.sherov.com"
36                 },
37                 {
38                         "name": "TJ VanToll",
39                         "email": "tj.vantoll@gmail.com",
40                         "url": "http://tjvantoll.com"
41                 }
42         ],
43         "repository": {
44                 "type": "git",
45                 "url": "git://github.com/jquery/jquery-ui.git"
46         },
47         "bugs": "http://bugs.jqueryui.com/",
48         "licenses": [
49                 {
50                         "type": "MIT",
51                         "url": "https://github.com/jquery/jquery-ui/blob/1.10.2/MIT-LICENSE.txt"
52                 }
53         ],
54         "dependencies": {},
55         "devDependencies": {
56                 "grunt": "0.4.0",
57                 "grunt-contrib-jshint": "0.1.1",
58                 "grunt-contrib-uglify": "0.1.1",
59                 "grunt-contrib-concat": "0.1.3",
60                 "grunt-contrib-qunit": "0.2.0",
61                 "grunt-contrib-csslint": "0.1.0",
62                 "grunt-contrib-cssmin": "0.4.2",
63                 "grunt-compare-size": "0.3.1",
64                 "grunt-html": "0.3.3",
65                 "grunt-git-authors": "1.2.0",
66                 "rimraf": "2.1.4",
67                 "testswarm": "1.0.0-alpha"
68         },
69         "keywords": []
70 }