Release script: jquery-release integration
[jquery.git] / package.json
blob8c0b1a9ae80fb43f60d778ee4817f56a2ee02a89
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "2.1.0pre",
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/master/AUTHORS.txt"
11   },
12   "repository": {
13     "type": "git",
14     "url": "https://github.com/jquery/jquery.git"
15   },
16   "keywords": [
17     "jquery",
18     "javascript",
19     "library"
20   ],
21   "bugs": {
22     "url": "http://bugs.jquery.com"
23   },
24   "licenses": [
25     {
26       "type": "MIT",
27       "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
28     }
29   ],
30   "dependencies": {},
31   "devDependencies": {
32     "archiver": "0.4.10",
33     "gzip-js": "0.3.2",
34     "testswarm": "1.1.0",
35     "load-grunt-tasks": "0.2.0",
36     "requirejs": "2.1.9",
37     "shelljs": "0.2.6",
39     "grunt": "0.4.2",
40     "grunt-cli": "0.1.11",
42     "grunt-contrib-jshint": "0.7.2",
43     "grunt-contrib-uglify": "0.2.7",
44     "grunt-contrib-watch": "0.5.3",
46     "grunt-bowercopy": "0.4.1",
47     "grunt-compare-size": "0.4.0",
48     "grunt-git-authors": "1.2.0",
49     "grunt-jscs-checker": "0.2.6",
50     "grunt-jsonlint": "1.0.4"
51   },
52   "scripts": {
53     "build": "npm install && grunt",
54     "start": "grunt watch",
55     "test": "grunt"
56   }