CSS: fix dependency order for amd
[jquery.git] / package.json
blob5d5a9728b66ce6986c954a79c42888645730daa3
2   "name": "jquery-compat",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "3.0.0-pre",
6   "main": "dist/jquery.js",
7   "homepage": "http://jquery.com",
8   "author": {
9     "name": "jQuery Foundation and other contributors",
10     "url": "https://github.com/jquery/jquery/blob/compat/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   "licenses": [
26     {
27       "type": "MIT",
28       "url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
29     }
30   ],
31   "dependencies": {},
32   "devDependencies": {
33     "commitplease": "2.0.0",
34     "grunt": "0.4.5",
35     "grunt-cli": "0.1.13",
36     "grunt-compare-size": "0.4.0",
37     "grunt-contrib-jshint": "0.10.0",
38     "grunt-contrib-uglify": "0.7.0",
39     "grunt-contrib-watch": "0.6.1",
40     "grunt-git-authors": "2.0.1",
41     "grunt-jscs-checker": "0.8.1",
42     "grunt-jsonlint": "1.0.4",
43     "grunt-npmcopy": "0.1.0",
44     "gzip-js": "0.3.2",
45     "load-grunt-tasks": "1.0.0",
46     "native-promise-only": "0.7.8-a",
47     "npm": "2.1.12",
48     "promises-aplus-tests": "2.1.0",
49     "q": "1.1.2",
50     "qunitjs": "1.17.1",
51     "requirejs": "2.1.15",
52     "sinon": "1.12.2",
53     "sizzle": "2.2.0",
54     "testswarm": "1.1.0"
55   },
56   "scripts": {
57     "build": "npm install && grunt",
58     "start": "grunt watch",
59     "test": "grunt && grunt test"
60   },
61   "commitplease": {
62     "components": [
63       "Docs",
64       "Tests",
65       "Build",
66       "Release",
67       "Core",
68       "Ajax",
69       "Attributes",
70       "Callbacks",
71       "CSS",
72       "Data",
73       "Deferred",
74       "Dimensions",
75       "Effects",
76       "Event",
77       "Manipulation",
78       "Offset",
79       "Queue",
80       "Selector",
81       "Serialize",
82       "Traversing",
83       "Wrap"
84     ]
85   }