@youtwitface/ntcjs
Version:
A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/
38 lines (37 loc) • 1.04 kB
JSON
{
"name": "@youtwitface/ntcjs",
"version": "1.0.1",
"description": "A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/",
"main": "./lib/index.js",
"scripts": {
"build": "tsc",
"test": "tsc --noEmit",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewLaneX/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/AndrewLaneX/name-that-color/issues"
},
"homepage": "https://github.com/AndrewLaneX/name-that-color#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
}
}