{
  "name": "camp-css",
  "version": "0.14.9",
  "description": "CSS behind the distinctive style of ActiveCampaign",
  "style": "css/camp.min.css",
  "main": "css/camp.css",
  "scripts": {
    "clean": "rimraf css",
    "lint": "stylelint scss",
    "test": "ava",
    "compile": "node-sass scss -o css",
    "build:unminified": "npm run compile && postcss css/camp.css -o css/camp.css -m",
    "build:minified": "npm run compile && postcss css/camp.css --env production -o css/camp.min.css -m",
    "build": "npm run lint && npm run test && npm run build:unminified && npm run build:minified",
    "start": "npm run clean && watch \"npm run build\" scss",
    "dev": "npm start",
    "preversion": "npm run clean && npm run lint && npm run test",
    "version": "npm run build && git add --all",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/activecampaign/camp-css.git"
  },
  "keywords": [
    "camp-css",
    "camp",
    "css",
    "scss",
    "activecampaign"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/activecampaign/camp-css/issues"
  },
  "files": [
    "css/*",
    "scss/*"
  ],
  "homepage": "https://github.com/activecampaign/camp-css#readme",
  "devDependencies": {
    "autoprefixer": "^9.1.1",
    "ava": "^0.25.0",
    "css-mqpacker": "^7.0.0",
    "cssnano": "^4.0.4",
    "node-sass": "^4.9.3",
    "postcss-cli": "^6.0.0",
    "postcss-discard-comments": "^4.0.0",
    "postcss-scss": "^2.0.0",
    "postcss-syntax": "^0.32.0",
    "rimraf": "^2.6.2",
    "stylelint": "^9.4.0",
    "stylelint-config-activecampaign": "^0.1.2",
    "watch": "^1.0.2"
  },
  "dependencies": {}
}
