Build: run jshint and jscs on release scripts
[jquery.git] / package.json
blob86def159e0f7206fc0d6e2f7c7088c99a9abf33b
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "1.11.2-pre",
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     "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/master/MIT-LICENSE.txt"
29     }
30   ],
31   "dependencies": {},
32   "devDependencies": {
33     "commitplease": "1.7.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     "load-grunt-tasks": "0.3.0",
46     "requirejs": "2.1.10",
47     "testswarm": "1.1.0"
48   },
49   "scripts": {
50     "build": "npm install && grunt",
51     "start": "grunt watch",
52     "test": "grunt"
53   }