2.1.3
[jquery.git] / package.json
blobd977f13c3849a00285992f67091833fc420cee5f
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "2.1.3",
6   "main": "dist/jquery.js",
7   "homepage": "http://jquery.com",
8   "author": {
9     "name": "jQuery Foundation and other contributors",
10     "url": "https://github.com/jquery/jquery/blob/2.1.3/AUTHORS.txt"
11   },
12   "repository": {
13     "type": "git",
14     "url": "https://github.com/jquery/jquery.git"
15   },
16   "keywords": [
17     "jquery",
18     "javascript",
19     "browser",
20     "library"
21   ],
22   "bugs": {
23     "url": "http://bugs.jquery.com"
24   },
25   "licenses": [
26     {
27       "type": "MIT",
28       "url": "https://github.com/jquery/jquery/blob/2.1.3/MIT-LICENSE.txt"
29     }
30   ],
31   "dependencies": {},
32   "devDependencies": {
33     "commitplease": "2.0.0",
34     "grunt": "0.4.2",
35     "grunt-bowercopy": "0.7.1",
36     "grunt-cli": "0.1.13",
37     "grunt-compare-size": "0.4.0",
38     "grunt-contrib-jshint": "0.8.0",
39     "grunt-contrib-uglify": "0.3.2",
40     "grunt-contrib-watch": "0.5.3",
41     "grunt-git-authors": "1.2.0",
42     "grunt-jscs-checker": "0.4.1",
43     "grunt-jsonlint": "1.0.4",
44     "gzip-js": "0.3.2",
45     "jsdom": "1.5.0",
46     "load-grunt-tasks": "0.3.0",
47     "requirejs": "2.1.10",
48     "testswarm": "1.1.0"
49   },
50   "scripts": {
51     "build": "npm install && grunt",
52     "start": "grunt watch",
53     "test": "grunt"
54   }