Remove fieldset from wrapMap
[jquery.git] / package.json
blob1fc7d8f46a3fa5dfb434a5fade7a546788a5c888
2         "name": "jquery",
3         "title": "jQuery",
4         "description": "JavaScript library for DOM operations",
5         "version": "1.9.0pre",
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         "bugs": {
16                 "url": "http://bugs.jquery.com"
17         },
18         "licenses": [
19                 {
20                         "type": "MIT",
21                         "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
22                 }
23         ],
24         "scripts": {
25                 "test" : "./node_modules/.bin/grunt"
26         },
27         "dependencies": {},
28         "devDependencies": {
29                 "grunt-compare-size": "~0.3.0",
30                 "grunt-git-authors": "~1.1.0",
31                 "grunt-update-submodules": "~0.2.0",
32                 "grunt-contrib-watch": "~0.1.0",
33                 "grunt-contrib-jshint": "~0.1.0",
34                 "grunt-contrib-uglify": "~0.1.0",
35                 "grunt-cli": "~0.1.0",
36                 "grunt": "~0.4.0",
37                 "testswarm": "0.2.2"
38         },
39         "keywords": []