rgba-convert
Version:
Convert rgba values from and to various format
32 lines (31 loc) • 599 B
JSON
{
"name": "rgba-convert",
"version": "0.3.0",
"description": "Convert rgba values from and to various format",
"repository": "jeromedecoster/rgba-convert",
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"rgb",
"rgba",
"convert",
"color",
"hex",
"css",
"integer",
"num"
],
"scripts": {
"start": "onchange {index,test}.js -- npm test",
"test": "tape test.js | tap-min"
},
"devDependencies": {
"onchange": "^2.0.0",
"tap-min": "^1.0.0",
"tape": "^4.4.0"
},
"author": "jeromedecoster",
"license": "MIT"
}