4 "description": "JavaScript library for DOM operations",
5 "version": "3.3.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-core": "7.0.0-beta.0",
29 "babel-plugin-transform-es2015-for-of": "7.0.0-beta.0",
30 "commitplease": "3.2.0",
32 "eslint-config-jquery": "1.0.1",
34 "grunt-babel": "7.0.0",
36 "grunt-compare-size": "0.4.2",
37 "grunt-contrib-uglify": "3.3.0",
38 "grunt-contrib-watch": "1.1.0",
39 "grunt-eslint": "20.2.0",
40 "grunt-git-authors": "3.2.0",
41 "grunt-jsonlint": "1.1.0",
42 "grunt-karma": "2.0.0",
43 "grunt-newer": "1.3.0",
44 "grunt-npmcopy": "0.1.0",
50 "karma-browserstack-launcher": "1.3.0",
51 "karma-chrome-launcher": "2.2.0",
52 "karma-firefox-launcher": "1.1.0",
53 "karma-ie-launcher": "1.0.0",
54 "karma-qunit": "1.2.1",
55 "load-grunt-tasks": "4.0.0",
56 "native-promise-only": "0.8.1",
57 "promises-aplus-tests": "2.1.2",
59 "qunit-assert-step": "1.1.1",
65 "strip-json-comments": "2.0.1",
70 "build": "npm install && grunt",
71 "start": "grunt watch",
72 "test:browserless": "grunt && grunt test:slow",
73 "test:browser": "grunt && grunt karma:main",
74 "test": "grunt && grunt test:slow && grunt karma:main",
75 "jenkins": "npm run test:browserless",
76 "precommit": "grunt lint:newer qunit_fixture",
77 "commitmsg": "node node_modules/commitplease"
106 "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
107 "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"