diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-15 14:15:49 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-15 14:15:49 -0400 |
commit | 6318ae6ab90d4b450dfadf32ab95fe52ed6331cb (patch) | |
tree | 50b247fed8569e909e380b281e9145bd1458a39e /package.json | |
parent | 7627b8b6d9ef6e57dbd20a55b946bd1991c1223e (diff) | |
download | jquery-6318ae6ab90d4b450dfadf32ab95fe52ed6331cb.tar.gz jquery-6318ae6ab90d4b450dfadf32ab95fe52ed6331cb.zip |
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/package.json b/package.json index e159659c7..18ae7e24f 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,11 @@ "type": "git", "url": "https://github.com/jquery/jquery.git" }, + "keywords": [ + "jquery", + "javascript", + "library" + ], "bugs": { "url": "http://bugs.jquery.com" }, @@ -32,12 +37,10 @@ "gzip-js": "0.3.2", "testswarm": "~1.1.0", "archiver": "~0.4.6", - "grunt-jsonlint": "~1.0.0" + "grunt-jsonlint": "~1.0.0", + "requirejs": "~2.1.8" }, - "scripts": { "install": "bower install" - }, - - "keywords": [] + } } |