{
  "name": "@additive/ads",
  "version": "3.1.1",
  "description": "The ADDITIVE DESIGN SYSTEM (ADS) or ADDITIVE Corporate Design (ACD).",
  "homepage": "https://www.additive-net.de/",
  "bugs": "https://github.com/additive/ads/issues",
  "repository": "git@github.com:additive/ads.git",
  "license": "See license in LICENSE",
  "keywords": [
    "ads",
    "additive",
    "ui",
    "ci",
    "cd"
  ],
  "author": {
    "name": "ADDITIVE Soft- und Hardware für Technik und Wissenschaft GmbH",
    "email": "development@additive-net.de",
    "url": "https://www.additive-net.de/"
  },
  "contributors": [
    {
      "name": "Marvin Heilemann",
      "email": "marvin.heilemann+github@additive-net.de"
    }
  ],
  "files": [
    "css",
    "scss"
  ],
  "scripts": {
    "build": "gulp",
    "dev": "gulp watch",
    "prepare": "npm run build",
    "pretty": "pretty-quick",
    "start": "npm run dev"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run pretty"
    }
  },
  "dependencies": {
    "bootstrap": "^4.1.3"
  },
  "devDependencies": {
    "autoprefixer": "^9.5.1",
    "cssnano": "^4.1.10",
    "gulp": "^4.0.1",
    "gulp-clean": "^0.4.0",
    "gulp-postcss": "^8.0.0",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.2",
    "gulp-sourcemaps": "^2.6.5",
    "husky": "^1.3.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.17.0",
    "pretty-quick": "^1.10.0",
    "sass": "^1.20.1"
  },
  "engines": {
    "node": ">=10.15.1",
    "npm": ">=6.5.1"
  },
  "unpkg": "css/ads.min.css"
}
