{
  "name": "color-js",
  "version": "1.0.5",
  "description": "A color management API for JavaScript",
  "main": "color.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node ./test/color-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brehaut/color-js.git"
  },
  "keywords": [
    "color",
    "immutable"
  ],
  "author": "Andrew Brehaut <andrew@brehaut.net> (https://brehaut.net/)",
  "contributors": [
    "Tim Baumann <tim@timbaumann.info> (http://timbaumann.info)",
    "Matt Wilson (http://problemattic.net)",
    "Simon Heimler",
    "Michel Vielmetter",
    "Jim O'Brien <git@jimmed.net>",
    "Gianluca Maggio"
  ],
  "license": "BSD 2-Clause",
  "bugs": {
    "url": "https://github.com/brehaut/color-js/issues"
  },
  "homepage": "https://github.com/brehaut/color-js#readme",
  "devDependencies": {
    "vows": "^0.8.1"
  }
}
