4 "description": "JavaScript library for DOM operations",
5 "version": "3.1.2-pre",
6 "main": "dist/jquery.js",
7 "homepage": "https://jquery.com",
9 "name": "JS Foundation and other contributors",
10 "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
14 "url": "https://github.com/jquery/jquery.git"
23 "url": "https://github.com/jquery/jquery/issues"
28 "babel-preset-es2015": "6.6.0",
29 "commitplease": "2.6.1",
31 "cross-spawn": "2.2.3",
32 "eslint-config-jquery": "1.0.0",
34 "grunt-babel": "6.0.0",
36 "grunt-compare-size": "0.4.2",
37 "grunt-contrib-uglify": "1.0.1",
38 "grunt-contrib-watch": "1.0.0",
39 "grunt-eslint": "19.0.0",
40 "grunt-git-authors": "3.2.0",
41 "grunt-jsonlint": "1.0.7",
42 "grunt-newer": "1.2.0",
43 "grunt-npmcopy": "0.1.0",
48 "load-grunt-tasks": "3.5.0",
49 "native-promise-only": "0.8.1",
50 "promises-aplus-tests": "2.1.2",
52 "qunit-assert-step": "1.0.3",
57 "strip-json-comments": "2.0.1",
61 "build": "npm install && grunt",
62 "start": "grunt watch",
63 "test": "grunt && grunt test:slow",
64 "precommit": "grunt lint:newer",
65 "commitmsg": "node node_modules/commitplease"
94 "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|(refs?)",
95 "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|(Refs? [^#])"