{
  "name": "onecolor",
  "description": "Javascript color object with implicit color space conversions. Supports RGB, HSV, HSL and CMYK with alpha channel.",
  "repository": "git@github.com:One-com/one-color.git",
  "version": "2.5.0",
  "keywords": [
    "ender",
    "color",
    "colour",
    "requirejs",
    "amd"
  ],
  "maintainers": [
    {
      "name": "Peter Müller",
      "email": "munter@fumle.dk"
    },
    {
      "name": "Andreas Lind Petersen",
      "email": "andreas@one.com"
    }
  ],
  "devDependencies": {
    "assetgraph": "=1.0.1",
    "assetgraph-builder": "=1.0.3",
    "jamjs": "=0.2.17",
    "optimist": "=0.3.1",
    "uglify-js": "=2.4.15",
    "vows": "=0.7.0"
  },
  "engines": {
    "node": ">=0.4.8"
  },
  "files": [
    "one-color-all-debug.js",
    "one-color-all.js",
    "one-color-debug.js",
    "one-color.js",
    "one-color-ieshim.js"
  ],
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "main": "one-color-all-debug.js",
  "ender": "lib/ender.js",
  "scripts": {
    "postpublish": "jam publish",
    "test": "vows"
  },
  "jam": {
    "main": "one-color-all.js",
    "include": [
      "one-color.js",
      "one-color-all.js",
      "one-color-ieshim.js",
      "README.md",
      "LICENSE"
    ]
  }
}
