corrade-http-templates – Blame information for rev 42

Subversion Repositories:
Rev:
Rev Author Line No. Line
42 office 1 {
2 "name": "components/jqueryui",
3 "type": "component",
4 "description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
5 "license": "MIT",
6 "require": {
7 "components/jquery": ">=1.6"
8 },
9 "authors": [
10 {
11 "name": "jQuery UI Team",
12 "homepage": "http://jqueryui.com/about"
13 },
14 {
15 "name": "Scott Gonzalez",
16 "email": "scott.gonzalez@gmail.com",
17 "homepage": "http://scottgonzalez.com"
18 },
19 {
20 "name": "Joern Zaefferer",
21 "email": "joern.zaefferer@gmail.com",
22 "homepage": "http://bassistance.de"
23 },
24 {
25 "name": "Kris Borchers",
26 "email": "kris.borchers@gmail.com",
27 "homepage": "http://krisborchers.com"
28 },
29 {
30 "name": "Corey Frang",
31 "email": "gnarf37@gmail.com",
32 "homepage": "http://gnarf.net"
33 },
34 {
35 "name": "Mike Sherov",
36 "email": "mike.sherov@gmail.com",
37 "homepage": "http://mike.sherov.com"
38 },
39 {
40 "name": "TJ VanToll",
41 "email": "tj.vantoll@gmail.com",
42 "homepage": "http://tjvantoll.com"
43 },
44 {
45 "name": "Felix Nagel",
46 "email": "info@felixnagel.com",
47 "homepage": "http://www.felixnagel.com"
48 }
49 ],
50 "extra": {
51 "component": {
52 "name": "jquery-ui",
53 "scripts": [
54 "jquery-ui.js"
55 ],
56 "files": [
57 "ui/**",
58 "themes/**",
59 "jquery-ui.min.js"
60 ],
61 "shim": {
62 "deps": [
63 "jquery"
64 ],
65 "exports": "jQuery"
66 }
67 }
68 }
69 }