shadpadder
Version:
Get shadow and padding for non-shaded and non-padded elements
27 lines (26 loc) • 621 B
JSON
{
"name": "shadpadder",
"version": "0.1.1",
"description": "Get shadow and padding for non-shaded and non-padded elements",
"main": "index.js",
"scripts": {
"test": "mocha --reporter list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hardikshah197/Shad-Padder.git"
},
"keywords": [
"Shadows"
],
"author": "Hardik Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/hardikshah197/Shad-Padder/issues"
},
"homepage": "https://github.com/hardikshah197/Shad-Padder#readme",
"dependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.1"
}
}