WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
palette
/
v4.1.1
/
lib
/
tinyColorPicker
/
Name
Action
..
Gruntfile.js
Edit
LICENSE.md
Edit
README.md
Edit
bower.json
Edit
colors.js
Edit
demo
development
index.css
Edit
index.html
Edit
index.js
Edit
jqColorPicker.js
Edit
jqColorPicker.js.map
Edit
jqColorPicker.min.js
Edit
package.json
Edit
Editing: bower.json
{ "name": "tinyColorPicker", "description": "Tiny jQuery color picker for mobile and desktop with alpha channel", "main": "jqColorPicker.min.js", "authors": [ "Peter Dematté <peter@dematte.at>" ], "license": "MIT", "keywords": [ "jquery", "javascript", "color", "picker", "colorpicker", "mobile", "WCAG2.0", "requestAnimationFrame" ], "homepage": "https://github.com/PitPik/tinyColorPicker", "moduleType": [ "amd", "globals", "node" ], "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "jquery": ">= 1.12.0 < 3.0.0" } }