Build: Updating the 1.12-stable version to 1.12.1-pre.
[jquery.git] / package.json
blobfed57e9b825848de3cbb31837af844e519988c27
2   "name": "jquery",
3   "title": "jQuery",
4   "description": "JavaScript library for DOM operations",
5   "version": "1.12.1-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/1.12-stable/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     "commitplease": "2.0.0",
29     "core-js": "0.9.17",
30     "grunt": "0.4.5",
31     "grunt-babel": "5.0.1",
32     "grunt-cli": "0.1.13",
33     "grunt-compare-size": "0.4.0",
34     "grunt-contrib-jshint": "0.11.2",
35     "grunt-contrib-uglify": "0.9.2",
36     "grunt-contrib-watch": "0.6.1",
37     "grunt-git-authors": "2.0.1",
38     "grunt-jscs": "2.1.0",
39     "grunt-jsonlint": "1.0.4",
40     "grunt-npmcopy": "0.1.0",
41     "gzip-js": "0.3.2",
42     "jsdom": "5.6.1",
43     "load-grunt-tasks": "1.0.0",
44     "npm": "2.1.12",
45     "qunitjs": "1.17.1",
46     "qunit-assert-step": "1.0.3",
47     "requirejs": "2.1.17",
48     "sinon": "1.12.2",
49     "sizzle": "2.2.1",
50     "strip-json-comments": "1.0.3",
51     "testswarm": "1.1.0",
52     "win-spawn": "2.0.0"
53   },
54   "scripts": {
55     "build": "npm install && grunt",
56     "start": "grunt watch",
57     "test": "grunt && grunt test"
58   },
59   "commitplease": {
60     "components": [
61       "Docs",
62       "Tests",
63       "Build",
64       "Release",
65       "Core",
66       "Ajax",
67       "Attributes",
68       "Callbacks",
69       "CSS",
70       "Data",
71       "Deferred",
72       "Deprecated",
73       "Dimensions",
74       "Effects",
75       "Event",
76       "Manipulation",
77       "Offset",
78       "Queue",
79       "Selector",
80       "Serialize",
81       "Traversing",
82       "Wrap"
83     ]
84   }