3.1.0
[jquery.git] / package.json
blobf7b43cb03ecfff80027c9252318e0df69cb4c14d
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "3.1.0",
6   "main": "dist/jquery.js",
7   "homepage": "https://jquery.com",
8   "author": {
9     "name": "jQuery Foundation and other contributors",
10     "url": "https://github.com/jquery/jquery/blob/3.1.0/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.6.0",
29     "commitplease": "2.3.1",
30     "core-js": "2.2.2",
31     "cross-spawn": "2.2.3",
32     "eslint-config-jquery": "0.1.6",
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": "1.0.1",
38     "grunt-contrib-watch": "1.0.0",
39     "grunt-eslint": "18.1.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",
44     "gzip-js": "0.3.2",
45     "husky": "0.11.4",
46     "insight": "0.8.1",
47     "jsdom": "5.6.1",
48     "load-grunt-tasks": "3.5.0",
49     "native-promise-only": "0.8.1",
50     "promises-aplus-tests": "2.1.1",
51     "q": "1.4.1",
52     "qunit-assert-step": "1.0.3",
53     "qunitjs": "1.23.1",
54     "requirejs": "2.2.0",
55     "sinon": "1.17.3",
56     "sizzle": "2.3.0",
57     "strip-json-comments": "2.0.1",
58     "testswarm": "1.1.0"
59   },
60   "scripts": {
61     "build": "npm install && grunt",
62     "start": "grunt watch",
63     "test": "grunt && grunt test",
64     "precommit": "grunt precommit_lint"
65   },
66   "commitplease": {
67     "components": [
68       "Docs",
69       "Tests",
70       "Build",
71       "Support",
72       "Release",
73       "Core",
74       "Ajax",
75       "Attributes",
76       "Callbacks",
77       "CSS",
78       "Data",
79       "Deferred",
80       "Deprecated",
81       "Dimensions",
82       "Effects",
83       "Event",
84       "Manipulation",
85       "Offset",
86       "Queue",
87       "Selector",
88       "Serialize",
89       "Traversing",
90       "Wrap"
91     ]
92   }