This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/postcss-scss/package.json
2020-11-01 22:46:04 +00:00

17 lines
435 B
JSON

{
"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"
}