{
  "name": "1500-color-names",
  "version": "1.1.1",
  "description": "A list of color names and their hex values",
  "main": "index.min.js",
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:deepblue129/1500-color-names.git"
  },
  "keywords": [
    "color-names",
    "color-name",
    "color",
    "color-keyword",
    "keyword"
  ],
  "author": "Michael Petrochuk <Petrochukm@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deepblue129/1500-color-names/issues"
  },
  "homepage": "https://github.com/deepblue129/1500-color-names/"
}