{
  "name": "scss-parser",
  "version": "1.0.5",
  "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"
  },
  "standard": {
    "ignore": [
      "node_modules/**/*"
    ]
  },
  "devDependencies": {
    "jest": "^24.9.0",
    "standard": "^14.3.1"
  }
}
