aboutsummaryrefslogtreecommitdiff
path: root/node_modules/color-name/package.json
blob: aaf23ebfd1304e664c3a9f4c0f525afaed417ac4 (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
{
  "name": "color-name",
  "version": "1.1.2",
  "description": "A list of color names and its values",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:dfcreative/color-name.git"
  },
  "keywords": [
    "color-name",
    "color",
    "color-keyword",
    "keyword"
  ],
  "author": "DY <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfcreative/color-name/issues"
  },
  "homepage": "https://github.com/dfcreative/color-name"
}