1.
{
2.
"name": "spectrum-colorpicker",
3.
"description": "Spectrum: the no hassle jQuery colorpicker",
4.
"version": "1.8.1",
5.
"main": "spectrum.js",
6.
"license": "MIT",
7.
"keywords": [
8.
"jquery-plugin",
9.
"ecosystem:jquery",
10.
"color",
11.
"colorpicker",
12.
"ui"
13.
],
14.
"homepage": "http://bgrins.github.com/spectrum",
15.
"repository": {
16.
"type": "git",
17.
"url": "https://bgrins.github.com/spectrum"
18.
},
19.
"author": {
20.
"name": "Brian Grinstead",
21.
"email": "briangrinstead@gmail.com",
22.
"url": "http://briangrinstead.com/"
23.
},
24.
"devDependencies": {
25.
"grunt": "^1.1.0",
26.
"grunt-contrib-jshint": "^2.1.0",
27.
"grunt-contrib-qunit": "^3.1.0",
28.
"grunt-contrib-uglify": "^4.0.1"
29.
}
30.
}
31.