4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-10 14:36:55 +00:00
setup-helm/node_modules/cssom/package.json
2022-01-26 21:54:27 +00:00

18 lines
337 B
JSON

{
"name": "cssom",
"description": "CSS Object Model implementation and CSS parser",
"keywords": [
"CSS",
"CSSOM",
"parser",
"styleSheet"
],
"version": "0.4.4",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": "NV/CSSOM",
"files": [
"lib/"
],
"main": "./lib/index.js",
"license": "MIT"
}