CSS: Detect more WebKit styles erroneously reported as percentages
[jquery.git] / package.json
blobd22836bb5b285d9c214d201c59d611f6c447ffbb
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "3.2.2-pre",
6   "main": "dist/jquery.js",
7   "homepage": "https://jquery.com",
8   "author": {
9     "name": "JS 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": "https://github.com/jquery/jquery/issues"
24   },
25   "license": "MIT",
26   "dependencies": {},
27   "devDependencies": {
28     "babel-preset-es2015": "6.24.1",
29     "commitplease": "2.7.10",
30     "core-js": "2.4.1",
31     "cross-spawn": "5.1.0",
32     "eslint-config-jquery": "1.0.1",
33     "grunt": "1.0.1",
34     "grunt-babel": "6.0.0",
35     "grunt-cli": "1.2.0",
36     "grunt-compare-size": "0.4.2",
37     "grunt-contrib-uglify": "3.0.1",
38     "grunt-contrib-watch": "1.0.0",
39     "grunt-eslint": "20.0.0",
40     "grunt-git-authors": "3.2.0",
41     "grunt-jsonlint": "1.1.0",
42     "grunt-newer": "1.3.0",
43     "grunt-npmcopy": "0.1.0",
44     "gzip-js": "0.3.2",
45     "husky": "0.14.3",
46     "insight": "0.8.4",
47     "jsdom": "5.6.1",
48     "load-grunt-tasks": "3.5.2",
49     "native-promise-only": "0.8.1",
50     "promises-aplus-tests": "2.1.2",
51     "q": "1.5.0",
52     "qunit-assert-step": "1.1.1",
53     "qunitjs": "2.4.0",
54     "requirejs": "2.3.3",
55     "sinon": "2.3.7",
56     "sizzle": "2.3.3",
57     "strip-json-comments": "2.0.1",
58     "testswarm": "1.1.0",
59     "uglify-js": "3.0.24"
60   },
61   "scripts": {
62     "build": "npm install && grunt",
63     "start": "grunt watch",
64     "test": "grunt && grunt test:slow",
65     "precommit": "grunt lint:newer",
66     "commitmsg": "node node_modules/commitplease"
67   },
68   "commitplease": {
69     "nohook": true,
70     "components": [
71       "Docs",
72       "Tests",
73       "Build",
74       "Support",
75       "Release",
76       "Core",
77       "Ajax",
78       "Attributes",
79       "Callbacks",
80       "CSS",
81       "Data",
82       "Deferred",
83       "Deprecated",
84       "Dimensions",
85       "Effects",
86       "Event",
87       "Manipulation",
88       "Offset",
89       "Queue",
90       "Selector",
91       "Serialize",
92       "Traversing",
93       "Wrap"
94     ],
95     "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
96     "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
97   }