{
  "name": "color-convert",
  "description": "Plain color conversion functions",
  "version": "0.5.2",
  "author": "Heather Arthur <fayearthur@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/harthur/color-convert.git"
  },
  "main": "./index",
  "devDependencies": {
    "browserify": "^6.1.0",
    "uglify-js": "1.0.x",
    "grunt": "^0.4.5",
    "grunt-contrib-uglify": "^0.6.0"
  },
  "scripts": {
    "test": "node test/basic.js"
  },
  "keywords": [
    "color",
    "colour",
    "rgb"
  ]
}
