ral-hex-converter
Version:
Color converter (RAL, HEX)
17 lines (16 loc) • 351 B
JSON
{
"name": "ral-hex-converter",
"version": "1.0.1",
"description": "Color converter (RAL, HEX)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"keywords": [ "ral", "hex", "color", "converter", "pallet" ],
"author": "v.matokin@nodeart.io",
"license": "MIT",
"devDependencies": {
"tape": "^4.11.0"
}
}