2025-11-02 14:35:35 +03:00

32 lines
850 B
JSON

{
"name": "spectrum-colorpicker2",
"description": "Spectrum: The No Hassle jQuery Colorpicker",
"version": "2.0.10",
"main": "dist/spectrum.js",
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"color",
"colorpicker",
"ui"
],
"homepage": "http://seballot.github.io/spectrum",
"repository": {
"type": "git",
"url": "https://seballot.github.com/spectrum"
},
"author": {
"name": "Sebastian Castro",
"email": "sebastian.castro@protonmail.com"
},
"devDependencies": {
"grunt": "~1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-qunit": "~1.3.0",
"grunt-contrib-uglify": "~4.0.1"
}
}