aboutsummaryrefslogtreecommitdiffstats
path: root/ui.core.jquery.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui.core.jquery.json')
-rw-r--r--ui.core.jquery.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/ui.core.jquery.json b/ui.core.jquery.json
new file mode 100644
index 000000000..a3bbec273
--- /dev/null
+++ b/ui.core.jquery.json
@@ -0,0 +1,51 @@
+{
+ "name": "ui.core",
+ "title": "jQuery UI Core",
+ "description": "The core of jQuery UI, required for all interactions and widgets.",
+ "keywords": [
+ "ui",
+ "core"
+ ],
+ "version": "1.9.1",
+ "author": {
+ "name": "jQuery Foundation and other contributors",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.9.1/AUTHORS.txt"
+ },
+ "maintainers": [
+ {
+ "name": "Scott González",
+ "email": "scott.gonzalez@gmail.com",
+ "url": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Jörn Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "url": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "url": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "url": "http://gnarf.net"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jquery/jquery-ui/blob/1.9.1/MIT-LICENSE.txt"
+ }
+ ],
+ "bugs": "http://bugs.jqueryui.com/",
+ "homepage": "http://jqueryui.com/",
+ "demo": "http://jqueryui.com/",
+ "docs": "http://api.jqueryui.com/category/ui-core/",
+ "download": "http://jqueryui.com/download/",
+ "dependencies": {
+ "jquery": ">=1.6"
+ },
+ "category": "core"
+}