aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2014-02-12 10:13:27 -0800
committerTimmy Willison <timmywillisn@gmail.com>2013-01-14 22:54:13 -0500
commit6361fdf2f30e41f565a953eb120f795774c65c4e (patch)
tree8f2bf6d09c942b178bcc96748c0dcdc6ecf5ee4b /composer.json
parent8574d8bd709b7ed1211f60e575cfd97705f077de (diff)
downloadjquery-1.9.0.tar.gz
jquery-1.9.0.zip
Include distribution in release tag1.9.0
Diffstat (limited to 'composer.json')
-rwxr-xr-xcomposer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100755
index 000000000..5b46d89fa
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "components/jquery",
+ "description": "jQuery JavaScript Library",
+ "type": "component",
+ "homepage": "http://jquery.com",
+ "license": "MIT",
+ "support": {
+ "irc": "irc://irc.freenode.org/jquery",
+ "issues": "http://bugs.jquery.com",
+ "forum": "http://forum.jquery.com",
+ "wiki": "http://docs.jquery.com/",
+ "source": "https://github.com/jquery/jquery"
+ },
+ "authors": [
+ {
+ "name": "John Resig",
+ "email": "jeresig@gmail.com"
+ }
+ ],
+ "extra": {
+ "js": "jquery.js"
+ }
+}