{ "name": "chota", "version": "0.5.0", "description": "A really small CSS framework", "main": "dist/chota.min.css", "scripts": { "start": "browser-sync start --server --directory --files '**/*.css' '**/*.html'", "build": "rm -r dist/ && yarn postcss && NODE_ENV=production yarn postcss --ext .min.css && gzip -c dist/chota.min.css | wc -c", "postcss": "postcss ./src/chota.css -d dist/", "watch": "NODE_ENV=development yarn postcss -w", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "css", "minimal", "web" ], "author": "Jenil Gogari", "license": "MIT", "homepage": "https://jenil.github.io/chota", "repository": { "type": "git", "url": "git+https://github.com/jenil/chota.git" }, "bugs": { "url": "https://github.com/jenil/chota/issues" }, "devDependencies": { "autoprefixer": "^9.0.1", "browser-sync": "^2.18.8", "cssnano": "^4.0.4", "postcss-cli": "^6.0.0", "postcss-csso": "^3.0.0", "postcss-import": "^11.1.0" }, "files": [ "src/", "dist/", "README.md" ] }