AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
[jquery.git] / package.json
blobb58cf2409a1eda5eea20cc8b46491e479b8e287a
2         "name": "jquery",
3         "title": "jQuery",
4         "description": "JavaScript library for DOM operations",
5         "version": "1.10.3-pre",
6         "homepage": "http://jquery.com",
7         "author": {
8                 "name": "jQuery Foundation and other contributors",
9                 "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
10         },
11         "repository": {
12                 "type": "git",
13                 "url": "https://github.com/jquery/jquery.git"
14         },
15         "keywords": [
16                 "jquery",
17                 "javascript",
18                 "library"
19         ],
20         "bugs": {
21                 "url": "http://bugs.jquery.com"
22         },
23         "licenses": [
24                 {
25                         "type": "MIT",
26                         "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
27                 }
28         ],
29         "dependencies": {},
30         "devDependencies": {
31                 "grunt": "~0.4.1",
32                 "grunt-compare-size": "~0.4.0",
33                 "grunt-git-authors": "~1.2.0",
34                 "grunt-contrib-watch": "~0.4.4",
35                 "grunt-contrib-jshint": "~0.6.0",
36                 "grunt-contrib-uglify": "~0.2.2",
37                 "gzip-js": "0.3.2",
38                 "testswarm": "~1.1.0",
39                 "archiver": "~0.4.6",
40                 "grunt-jsonlint": "~1.0.0",
41                 "requirejs": "~2.1.8"
42         },
43         "scripts": {
44                 "install": "bower install"
45         }