tinygradient
Version:
Fast and small gradients manipulation, built on top of TinyColor
43 lines (42 loc) • 950 B
JSON
{
"name": "tinygradient",
"version": "2.0.1",
"author": {
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"url": "https://www.strangeplanet.fr"
},
"description": "Fast and small gradients manipulation, built on top of TinyColor",
"license": "MIT",
"homepage": "https://github.com/mistic100/tinygradient",
"type": "module",
"main": "index.js",
"types": "types.d.ts",
"files": [
"index.js",
"types.d.ts"
],
"dependencies": {
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@types/tinycolor2": "^1.4.6",
"alive-server": "^1.3.0",
"mocha": "^11.1.0"
},
"keywords": [
"color",
"gradient"
],
"repository": {
"type": "git",
"url": "git://github.com/mistic100/tinygradient.git"
},
"bugs": {
"url": "https://github.com/mistic100/tinygradient/issues"
},
"scripts": {
"test": "mocha tests/*",
"serve": "alive-server"
}
}