color-gradient-converter
Version:
Convert single-color to color-gradient
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "color-gradient-converter",
"version": "1.1.2",
"description": "Convert single-color to color-gradient",
"scripts": {
"test": "jest",
"test-c": "jest --coverage",
"prebuild": "tsc --build --clean",
"build": "tsc --build"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linwrui/color-gradient-converter.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"color",
"gradient",
"color-gradient",
"single-color-to-gradient"
],
"author": "linwrui",
"license": "ISC",
"bugs": {
"url": "https://github.com/linwrui/color-gradient-converter/issues"
},
"homepage": "https://github.com/linwrui/color-gradient-converter#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/d3-color": "^2.0.1",
"jest": "^26.6.3",
"ts-jest": "^26.5.5",
"typescript": "^3.2.0"
},
"dependencies": {
"d3-color": "^2.0.0"
},
"jest": {
"testEnvironment": "node"
}
}