{
  "name": "css-color-list",
  "description": "Get a list of all named CSS colors.",
  "author": "John Otander",
  "version": "0.0.2",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnotander/css-color-list.git"
  },
  "keywords": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnotander/css-color-list/issues"
  },
  "homepage": "https://github.com/johnotander/css-color-list",
  "dependencies": {
    "css-color-names": "0.0.4"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
