-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
32 lines (32 loc) · 831 Bytes
/
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
{
"name": "vanderlee-colorpicker",
"version": "1.2.20",
"homepage": "https://github.com/vanderlee/colorpicker",
"author": "Martijn van der Lee <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/vanderlee/colorpicker"
},
"description": "JQuery colorpicker: themeroller styling, RGB, HSL, CMYK and L*A*B support. Standard look & feel, configurable. Works as a popup or inline.",
"main": "jquery.colorpicker.js",
"keywords": [
"jquery",
"colorpicker"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"jquery": ">=1.7.1",
"jquery-ui": ">=1.8.0"
},
"devDependencies": {
"eslint": "^5.15.1",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0"
}
}