|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
827 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "color-convert",
|
|---|
| 3 | "description": "Plain color conversion functions",
|
|---|
| 4 | "version": "2.0.1",
|
|---|
| 5 | "author": "Heather Arthur <fayearthur@gmail.com>",
|
|---|
| 6 | "license": "MIT",
|
|---|
| 7 | "repository": "Qix-/color-convert",
|
|---|
| 8 | "scripts": {
|
|---|
| 9 | "pretest": "xo",
|
|---|
| 10 | "test": "node test/basic.js"
|
|---|
| 11 | },
|
|---|
| 12 | "engines": {
|
|---|
| 13 | "node": ">=7.0.0"
|
|---|
| 14 | },
|
|---|
| 15 | "keywords": [
|
|---|
| 16 | "color",
|
|---|
| 17 | "colour",
|
|---|
| 18 | "convert",
|
|---|
| 19 | "converter",
|
|---|
| 20 | "conversion",
|
|---|
| 21 | "rgb",
|
|---|
| 22 | "hsl",
|
|---|
| 23 | "hsv",
|
|---|
| 24 | "hwb",
|
|---|
| 25 | "cmyk",
|
|---|
| 26 | "ansi",
|
|---|
| 27 | "ansi16"
|
|---|
| 28 | ],
|
|---|
| 29 | "files": [
|
|---|
| 30 | "index.js",
|
|---|
| 31 | "conversions.js",
|
|---|
| 32 | "route.js"
|
|---|
| 33 | ],
|
|---|
| 34 | "xo": {
|
|---|
| 35 | "rules": {
|
|---|
| 36 | "default-case": 0,
|
|---|
| 37 | "no-inline-comments": 0,
|
|---|
| 38 | "operator-linebreak": 0
|
|---|
| 39 | }
|
|---|
| 40 | },
|
|---|
| 41 | "devDependencies": {
|
|---|
| 42 | "chalk": "^2.4.2",
|
|---|
| 43 | "xo": "^0.24.0"
|
|---|
| 44 | },
|
|---|
| 45 | "dependencies": {
|
|---|
| 46 | "color-name": "~1.1.4"
|
|---|
| 47 | }
|
|---|
| 48 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.