-
Notifications
You must be signed in to change notification settings - Fork 418
/
package.json
95 lines (95 loc) · 2.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "jquery-color",
"title": "jQuery Color",
"description": "jQuery plugin for color manipulation and animation support.",
"version": "3.0.1-pre",
"type": "commonjs",
"homepage": "https://github.com/jquery/jquery-color",
"author": {
"name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery-color/blob/main/AUTHORS.txt"
},
"scripts": {
"build": "grunt",
"test:server": "node test/runner/server.js",
"test:unit": "node test/runner/command.js",
"test": "grunt && npm run test:unit -- -h"
},
"maintainers": [
{
"name": "Corey Frang",
"email": "[email protected]"
},
{
"name": "Michał Gołębiowski-Owczarek",
"email": "[email protected]",
"url": "https://github.com/mgol"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jquery/jquery-color.git"
},
"bugs": "https://github.com/jquery/jquery-color/issues",
"license": "MIT",
"main": "dist/jquery.color.js",
"files": [
"dist",
"README.md",
"AUTHORS.txt",
"LICENSE.txt"
],
"peerDependencies": {
"jquery": ">=1.12.0"
},
"devDependencies": {
"@types/selenium-webdriver": "4.1.22",
"body-parser": "1.20.3",
"browserstack-local": "1.5.5",
"chalk": "5.3.0",
"commitplease": "3.2.0",
"diff": "5.2.0",
"eslint-config-jquery": "3.0.2",
"exit-hook": "4.0.0",
"express": "4.21.1",
"express-body-parser-error-handler": "1.0.7",
"globals": "15.2.0",
"grunt": "1.6.1",
"grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-eslint": "25.0.0",
"grunt-git-authors": "3.2.0",
"grunt-npmcopy": "0.2.0",
"jquery": "3.7.1",
"jquery-1.12.4": "npm:[email protected]",
"jquery-2.2.4": "npm:[email protected]",
"jquery-3.0.0": "npm:[email protected]",
"jquery-3.1.1": "npm:[email protected]",
"jquery-3.2.1": "npm:[email protected]",
"jquery-3.3.1": "npm:[email protected]",
"jquery-3.4.1": "npm:[email protected]",
"jquery-3.5.1": "npm:[email protected]",
"jquery-3.6.4": "npm:[email protected]",
"jquery-3.7.1": "npm:[email protected]",
"load-grunt-tasks": "5.1.0",
"qunit": "2.20.1",
"selenium-webdriver": "4.20.0",
"yargs": "17.7.2"
},
"commitplease": {
"components": [
"All",
"Build",
"Core",
"Readme",
"Test"
]
},
"keywords": [
"color",
"animation",
"jquery-plugin",
"ecosystem:jquery"
]
}