scss-parser
Version:
A library to parse/stringify SCSS
35 lines (34 loc) • 680 B
JSON
{
"name": "scss-parser",
"version": "1.0.6",
"description": "A library to parse/stringify SCSS",
"main": "lib/index.js",
"license": "SEE LICENSE IN README",
"repository": {
"type": "git",
"url": "https://github.com/salesforce-ux/scss-parser.git"
},
"bugs": {
"url": "https://github.com/salesforce-ux/scss-parser/issues"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "jest",
"lint": "standard"
},
"dependencies": {
"invariant": "2.2.4",
"lodash": "4.17.21"
},
"standard": {
"ignore": [
"node_modules/**/*"
]
},
"devDependencies": {
"jest": "^24.9.0",
"standard": "^14.3.1"
}
}