Tests: Move promise/A+ adapters for tests to dedicated folder
[jquery.git] / package.json
blob00b7d2e655d3a02efc453c7273eccac7c64cbdea
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "3.0.1-pre",
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/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.6.0",
29     "commitplease": "2.3.1",
30     "core-js": "2.2.2",
31     "cross-spawn": "2.2.3",
32     "grunt": "1.0.1",
33     "grunt-babel": "6.0.0",
34     "grunt-cli": "1.2.0",
35     "grunt-compare-size": "0.4.2",
36     "grunt-contrib-uglify": "1.0.1",
37     "grunt-contrib-watch": "1.0.0",
38     "grunt-eslint": "18.1.0",
39     "grunt-git-authors": "3.2.0",
40     "grunt-jsonlint": "1.0.7",
41     "grunt-newer": "1.2.0",
42     "grunt-npmcopy": "0.1.0",
43     "gzip-js": "0.3.2",
44     "husky": "0.11.4",
45     "insight": "0.8.1",
46     "jsdom": "5.6.1",
47     "load-grunt-tasks": "3.5.0",
48     "native-promise-only": "0.8.1",
49     "promises-aplus-tests": "2.1.1",
50     "q": "1.4.1",
51     "qunit-assert-step": "1.0.3",
52     "qunitjs": "1.23.1",
53     "requirejs": "2.2.0",
54     "sinon": "1.17.3",
55     "sizzle": "2.3.0",
56     "strip-json-comments": "2.0.1",
57     "testswarm": "1.1.0"
58   },
59   "scripts": {
60     "build": "npm install && grunt",
61     "start": "grunt watch",
62     "test": "grunt && grunt test",
63     "precommit": "grunt precommit_lint"
64   },
65   "commitplease": {
66     "components": [
67       "Docs",
68       "Tests",
69       "Build",
70       "Support",
71       "Release",
72       "Core",
73       "Ajax",
74       "Attributes",
75       "Callbacks",
76       "CSS",
77       "Data",
78       "Deferred",
79       "Deprecated",
80       "Dimensions",
81       "Effects",
82       "Event",
83       "Manipulation",
84       "Offset",
85       "Queue",
86       "Selector",
87       "Serialize",
88       "Traversing",
89       "Wrap"
90     ]
91   }