{
  "name": "chota-scss",
  "version": "0.5.0",
  "description": "SCSS port for a really small CSS framework",
  "main": "scss/chota.scss",
  "scripts": {
    "start": "browser-sync start --server --directory --files '**/*.css' '**/*.html'",
    "buildsass": "sass scss/chota.scss:dist/chota.css",
    "build": "rm -r dist/ && yarn postcss &&  NODE_ENV=production yarn postcss -x .min.css",
    "postcss": "postcss ./src/chota.css -d dist/",
    "watch": "NODE_ENV=development yarn postcss -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "css",
    "scss",
    "sass",
    "minimal",
    "web"
  ],
  "author": "Jenil Gogari",
  "contributors": [
    "Berkan Dirim <berkandirim@gmail.com> (http://dirim.co/)"
  ],
  "license": "MIT",
  "homepage": "https://jenil.github.io/chota",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/berkandirim/chota-scss.git"
  },
  "bugs": {
    "url": "https://github.com/berkandirim/chota-scss/issues"
  },
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "browser-sync": "^2.18.8",
    "postcss-cli": "^4.1.1",
    "postcss-csso": "^3.0.0",
    "postcss-import": "^9.1.0"
  },
  "files": [
    "scss/",
    "src/",
    "dist/",
    "README.md"
  ]
}
