opacity
Version:
A simple tool used to progressively reduce the opacity (get it?) of a website from any given date.
29 lines (28 loc) • 687 B
JSON
{
"name": "opacity",
"description": "A simple tool used to progressively reduce the opacity (get it?) of a website from any given date.",
"keywords": [
"opacity",
"css",
"pain",
"html"
],
"version": "9.75.1",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"repository": "https://github.com/jackall3n/opacity",
"homepage": "https://github.com/jackall3n/opacity#readme",
"readme": "https://github.com/jackall3n/opacity#readme",
"scripts": {
"build": "tsc",
"prepublish": "yarn build"
},
"devDependencies": {
"@types/node": "^16.11.7",
"typescript": "^4.5.2"
},
"dependencies": {
"date-fns": "^2.25.0"
}
}