forked from jquery/jquery-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.62 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
{
"name": "jquery-color",
"title": "jQuery Color",
"description": "jQuery plugin for color manipulation and animation support.",
"version": "3.0.0-pre",
"homepage": "https://github.com/jquery/jquery-color",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-color/blob/master/AUTHORS.txt"
},
"scripts": {
"browserstack": "sh build/run-browserstack.sh",
"ci": "grunt ci",
"test": "grunt ci"
},
"maintainers": [
{
"name": "Corey Frang",
"email": "gnarf37@gmail.com",
"url": "http://gnarf.net"
}
],
"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"
],
"dependencies": {},
"peerDependencies": {
"jquery": ">=1.11.0"
},
"devDependencies": {
"browserstack-runner": "0.7.0",
"commitplease": "2.7.10",
"eslint-config-jquery": "1.0.1",
"grunt": "1.0.1",
"grunt-bowercopy": "1.2.4",
"grunt-cli": "1.2.0",
"grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-qunit": "2.0.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-eslint": "20.1.0",
"grunt-git-authors": "3.2.0",
"load-grunt-tasks": "3.5.2",
"testswarm": "1.1.0"
},
"commitplease": {
"components": [
"All",
"Build",
"Core",
"Readme",
"Test"
]
},
"keywords": [
"color",
"animation",
"jquery-plugin"
]
}