Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / assets / vendor / jquery.ui / 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.11.4",
6         "homepage": "http://jqueryui.com",
7         "author": {
8                 "name": "jQuery Foundation and other contributors",
9                 "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/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                         "name": "Felix Nagel",
44                         "email": "info@felixnagel.com",
45                         "url": "http://www.felixnagel.com"
46                 }
47         ],
48         "repository": {
49                 "type": "git",
50                 "url": "git://github.com/jquery/jquery-ui.git"
51         },
52         "bugs": "http://bugs.jqueryui.com/",
53         "licenses": [
54                 {
55                         "type": "MIT",
56                         "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
57                 }
58         ],
59         "scripts": {
60                 "test": "grunt"
61         },
62         "dependencies": {},
63         "devDependencies": {
64                 "commitplease": "1.6.0",
65                 "grunt": "0.4.2",
66                 "grunt-bowercopy": "1.1.0",
67                 "grunt-compare-size": "0.4.0",
68                 "grunt-contrib-concat": "0.1.3",
69                 "grunt-contrib-csslint": "0.2.0",
70                 "grunt-contrib-jshint": "0.7.1",
71                 "grunt-contrib-qunit": "0.4.0",
72                 "grunt-contrib-uglify": "0.1.1",
73                 "grunt-esformatter": "0.2.0",
74                 "grunt-git-authors": "1.2.0",
75                 "grunt-html": "1.0.0",
76                 "grunt-jscs": "0.6.2",
77                 "load-grunt-tasks": "0.3.0",
78                 "rimraf": "2.1.4",
79                 "testswarm": "1.1.0"
80         },
81         "keywords": []
82 }