24 lines
408 B
JSON
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"
|
|
]
|
|
}
|