aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/jquery-ui/composer.json
diff options
context:
space:
mode:
authorMarvin Borner2018-07-13 19:06:45 +0200
committerMarvin Borner2018-07-13 19:06:45 +0200
commit6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch)
treedbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/jquery-ui/composer.json
parentdfd839f27146df0ad0494e11734fc7d310c70ebf (diff)
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/jquery-ui/composer.json')
-rw-r--r--public/bower_components/jquery-ui/composer.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/public/bower_components/jquery-ui/composer.json b/public/bower_components/jquery-ui/composer.json
new file mode 100644
index 0000000..cea9ab6
--- /dev/null
+++ b/public/bower_components/jquery-ui/composer.json
@@ -0,0 +1,69 @@
+{
+ "name": "components/jqueryui",
+ "type": "component",
+ "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.",
+ "license": "MIT",
+ "require": {
+ "components/jquery": ">=1.6"
+ },
+ "authors": [
+ {
+ "name": "jQuery UI Team",
+ "homepage": "http://jqueryui.com/about"
+ },
+ {
+ "name": "Scott Gonzalez",
+ "email": "scott.gonzalez@gmail.com",
+ "homepage": "http://scottgonzalez.com"
+ },
+ {
+ "name": "Joern Zaefferer",
+ "email": "joern.zaefferer@gmail.com",
+ "homepage": "http://bassistance.de"
+ },
+ {
+ "name": "Kris Borchers",
+ "email": "kris.borchers@gmail.com",
+ "homepage": "http://krisborchers.com"
+ },
+ {
+ "name": "Corey Frang",
+ "email": "gnarf37@gmail.com",
+ "homepage": "http://gnarf.net"
+ },
+ {
+ "name": "Mike Sherov",
+ "email": "mike.sherov@gmail.com",
+ "homepage": "http://mike.sherov.com"
+ },
+ {
+ "name": "TJ VanToll",
+ "email": "tj.vantoll@gmail.com",
+ "homepage": "http://tjvantoll.com"
+ },
+ {
+ "name": "Felix Nagel",
+ "email": "info@felixnagel.com",
+ "homepage": "http://www.felixnagel.com"
+ }
+ ],
+ "extra": {
+ "component": {
+ "name": "jquery-ui",
+ "scripts": [
+ "jquery-ui.js"
+ ],
+ "files": [
+ "ui/**",
+ "themes/**",
+ "jquery-ui.min.js"
+ ],
+ "shim": {
+ "deps": [
+ "jquery"
+ ],
+ "exports": "jQuery"
+ }
+ }
+ }
+}