the-forest/client/node_modules/cssom/package.json

19 lines
337 B
JSON
Raw Normal View History

2024-09-17 20:35:18 -04:00
{
"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"
}