2025-04-02 21:57:33 +08:00

24 lines
408 B
JSON

{
"name": "css-parse",
"version": "2.0.0",
"description": "CSS parser",
"main": "index",
"files": [
"index.js"
],
"dependencies": {
"css": "^2.0.0"
},
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reworkcss/css-parse.git"
},
"keywords": [
"css",
"parser",
"stylesheet"
]
}