28 lines
1.5 KiB
JSON
28 lines
1.5 KiB
JSON
{
|
|
"name": "color-picker",
|
|
"main": "./lib/ColorPicker",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"description": "A Color Picker for the Atom Editor. Right click a color and select color picker to open it.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thomaslindstrom/color-picker"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"atom": ">0.50.0"
|
|
},
|
|
"readme": "# A Color Picker for Atom\n\nA color picker for Atom. Either right click a color and select `Color picker`, or hit `CMD-SHIFT-C`/`CTRL-ALT-C` anywhere. Currently reads HEX, HEXA, RGB, RGBA, HSL and HSLA.\n\nInspects Sass/LESS variables! [Take a look here.](http://t.hom.as/colorpicker4.mov)\n\n**NEW:** You can now open the color picker whenever, without input, using `CMD-SHIFT-C`/`CTRL-ALT-C`!\n\n## Preview\n\n\n\n## To do\n\n- Stylus variable lookup\n- Context menu convertions\n- Preview color manipulation functions (lighten, darken)\n- Edit the color value\n",
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/thomaslindstrom/color-picker/issues"
|
|
},
|
|
"homepage": "https://github.com/thomaslindstrom/color-picker",
|
|
"_id": "color-picker@1.1.0",
|
|
"dist": {
|
|
"shasum": "10f79bca9751160c5f2a2c97bbbfdff3fe68f26c"
|
|
},
|
|
"_resolved": "C:\\Users\\Adam\\AppData\\Local\\Temp\\d-114614-4292-pnjmsa\\package.tgz",
|
|
"_from": "C:\\Users\\Adam\\AppData\\Local\\Temp\\d-114614-4292-pnjmsa\\package.tgz"
|
|
}
|