2025-03-01 14:26:36 +01:00

15 lines
271 B
JSON

{
"name": "css-box-shadow",
"version": "1.0.0-3",
"description": "CSS box-shadow parser and stringifier",
"main": "index.js",
"scripts": {
"test": "ava"
},
"author": "Brent Jackson",
"license": "MIT",
"devDependencies": {
"ava": "^0.19.1"
}
}