aboutsummaryrefslogtreecommitdiff
path: root/node_modules/color-string/package.json
blob: 2095c7cd6a6812b57aff88ede0a49de88108e8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "color-string",
  "description": "Parser and generator for CSS color strings",
  "version": "0.3.0",
  "author": "Heather Arthur <fayearthur@gmail.com>",
  "contributors": [
    "Maxime Thirouin",
    "Dyma Ywanov <dfcreative@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/harthur/color-string.git"
  },
  "scripts": {
    "test": "node test/basic.js"
  },
  "license": "MIT",
  "main": "./color-string",
  "dependencies": {
    "color-name": "^1.0.0"
  },
  "devDependencies": {
  },
  "keywords": [
    "color",
    "colour",
    "rgb",
    "css"
  ]
}