{
  "name": "sui-components-notifications",
  "version": "2.3.1",
  "description": "SUI Notifications Component",
  "main": "./src/_notifications.scss",
  "scripts": {
    "lint": "npm run lint:sass",
    "lint:sass": "scss-lint src/",
    "dist": "node-sass --output-style compressed src/_notifications.scss dist/notifications.css --importer ./scripts/importer.js",
    "postdist": "npm run postdist:postcss",
    "postdist:postcss": "postcss --use autoprefixer dist/notifications.css -d dist/",
    "server": "live-server --open=docs/ --ignore=src/",
    "predev": "npm run kss",
    "dev": "concurrent --kill-others \"npm run dev:sass\" \"npm run server\"",
    "dev:sass": "nodemon --watch src/ -e scss --exec npm run dist",
    "prekss": "npm run dist && cp ./dist/notifications.css ./node_modules/sui-kss-template/src/public/styles.css",
    "kss": "kss-node --source src/ --destination docs --template ./node_modules/sui-kss-template/src/ --helpers ./node_modules/sui-kss-template/src/helpers/",
    "postkss": "npm run postkss:replace && npm run postkss:copy",
    "postkss:replace": "replace '@@' ' ' ./docs/*",
    "postkss:copy": "cp -R ./node_modules/sui-typography/dist/fonts docs/public/fonts",
    "predocs": "npm run kss",
    "docs": "surge -d sui-notifications.surge.sh -p docs/",
    "phoenix": "rm -rf node_modules && npm install"
  },
  "pre-commit": [
    "lint"
  ],
  "author": "SUI Engineers | @suiengineers",
  "license": "MIT",
  "keywords": [
    "sui",
    "suiengineers",
    "css-component",
    "notifications",
    "style"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/SUI-Framework/SUI/tree/master/packages/components.notifications"
  },
  "bugs": {
    "url": "https://github.com/SUI-Framework/SUI/issues"
  },
  "homepage": "https://github.com/SUI-Framework/SUI/tree/master/packages/components.notifications#readme",
  "devDependencies": {
    "autoprefixer": "^6.1.2",
    "concurrently": "1.0.0",
    "kss": "^2.1.1",
    "live-server": "0.8.2",
    "node-sass": "^3.1.2",
    "nodemon": "1.8.1",
    "postcss-cli": "^2.3.2",
    "replace": "^0.3.0",
    "resolve": "^1.1.6",
    "sui-kss-template": "latest",
    "sui-pre-commit-rules": "latest",
    "surge": "^0.17.7"
  },
  "dependencies": {
    "sui-main": "latest",
    "sui-reset": "latest",
    "sui-settings": "latest",
    "sui-typography": "latest"
  }

}
