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.
17 lines
435 B
17 lines
435 B
{ |
|
"name": "postcss-scss", |
|
"version": "2.1.1", |
|
"description": "SCSS parser for PostCSS", |
|
"keywords": ["css", "postcss", "postcss-syntax", "parser", "scss", "sass"], |
|
"author": "Andrey Sitnik <andrey@sitnik.ru>", |
|
"license": "MIT", |
|
"repository": "postcss/postcss-scss", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
}, |
|
"dependencies": { |
|
"postcss": "^7.0.6" |
|
}, |
|
"main": "lib/scss-syntax", |
|
"types": "lib/scss-syntax.d.ts" |
|
} |