{
  "name": "@enterprise-ui/browser-detection-message",
  "version": "1.0.0",
  "description": "Browser Detection Message Component Styling",
  "main": "sass/_module.scss",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "css-build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js --omit-source-map-url sass/_dependencies.scss tests/css/dependencies.css",
    "build": "npm run css-build"
  },
  "repository": {
    "type": "git",
    "url": "https://waresources@dev.azure.com/waresources/Design%20Systems/_git/Web_Application_Styleguide"
  },
  "author": "State of Western Australia (Department of Mines, Industry Regulation and Safety)",
  "license": "CC-BY-4.0",
  "keywords": [
    "Browser Detection Message",
    "ODG",
    "SASS"
  ],
  "files": [
    "sass/**/*.scss"
  ],
  "devDependencies": {
    "node-sass": "^4.14.1",
    "node-sass-package-importer": "^5.3.2"
  },
  "dependencies": {
    "@enterprise-ui/core": "^1.1.0"
  }
}
