You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
364 B
19 lines
364 B
{ |
|
"name": "sugarss", |
|
"version": "2.0.0", |
|
"description": "Indent-based CSS syntax for PostCSS", |
|
"keywords": [ |
|
"css", |
|
"postcss", |
|
"postcss-syntax", |
|
"syntax", |
|
"indent", |
|
"parser" |
|
], |
|
"author": "Andrey Sitnik <andrey@sitnik.ru>", |
|
"license": "MIT", |
|
"repository": "postcss/sugarss", |
|
"dependencies": { |
|
"postcss": "^7.0.2" |
|
} |
|
}
|
|
|