{
    "name": "ntcjs",
    "version": "1.1.3",
    "description": "A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/",
    "main": "./src/index.js",
    "types": "./types/index.d.ts",
    "scripts": {
        "test": "tape ./test/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pbojinov/name-that-color.git"
    },
    "keywords": [
        "name",
        "that",
        "color",
        "hex",
        "rgb",
        "hue",
        "ntc",
        "ntc.js"
    ],
    "author": "Petar Bojinov (petarbojinov@gmail.com)",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/pbojinov/name-that-color/issues"
    },
    "homepage": "https://github.com/pbojinov/name-that-color#readme",
    "devDependencies": {
        "tap": "^10.7.1",
        "tap-spec": "^4.1.1",
        "tape": "^4.8.0"
    }
}
