{
    "name": "colorjs",
    "description": "Color lib. Supports rgba, hsva, hsla and conversions via a simple API.",
    "author": "Juho Vepsalainen <bebraw@gmail.com>",
    "version": "0.1.9",

    "main": "./lib/color.js",

    "directories": {"lib": "./lib"},

    "repository": {
        "type": "git",
        "url": "https://bebraw@github.com/bebraw/colorjs.git"
    },

    "homepage": "https://github.com/bebraw/colorjs",

    "bugs": {
        "url": "https://github.com/bebraw/colorjs/issues"
    },

    "keywords": ["color"],

    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/bebraw/colorjs/blob/master/LICENSE"
    }]
}
