UNPKG

732 BJSONView Raw
1{
2 "name": "color-string",
3 "description": "Parser and generator for CSS color strings",
4 "version": "1.9.1",
5 "author": "Heather Arthur <fayearthur@gmail.com>",
6 "contributors": [
7 "Maxime Thirouin",
8 "Dyma Ywanov <dfcreative@gmail.com>",
9 "Josh Junon"
10 ],
11 "repository": "Qix-/color-string",
12 "scripts": {
13 "pretest": "xo",
14 "test": "node test/basic.js"
15 },
16 "license": "MIT",
17 "files": [
18 "index.js"
19 ],
20 "xo": {
21 "rules": {
22 "no-cond-assign": 0,
23 "operator-linebreak": 0
24 }
25 },
26 "dependencies": {
27 "color-name": "^1.0.0",
28 "simple-swizzle": "^0.2.2"
29 },
30 "devDependencies": {
31 "xo": "^0.12.1"
32 },
33 "keywords": [
34 "color",
35 "colour",
36 "rgb",
37 "css"
38 ]
39}