{ "name": "noir.css", "version": "1.0.0", "description": "A drop-in collection of monochrome CSS styles to make simple websites look clean and elegant", "main": "out/noir.css", "scripts": { "build": "gulp build", "dev": "gulp watch", "lint:css": "stylelint src/**/*.css docs/style.css", "lint": "yarn lint:css --fix", "accessibility": "yarn build && node accessibility.js", "validate": "yarn lint:css && yarn accessibility" }, "repository": { "type": "git", "url": "git+https://github.com/kj-sh604/noir.css.git" }, "publishConfig": { "access": "public" }, "keywords": [ "css", "css-framework", "simple", "minimal", "monochrome", "noir" ], "author": "kj-sh604", "license": "MIT", "bugs": { "url": "https://github.com/kj-sh604/noir.css/issues" }, "homepage": "https://github.com/kj-sh604/noir.css", "devDependencies": { "autoprefixer": "^9.5.1", "browser-sync": "^2.26.3", "chalk": "^2.4.2", "cssnano": "^4.1.10", "gulp": "^4.0.0", "gulp-bytediff": "^1.0.0", "gulp-filter": "^5.1.0", "gulp-flatten": "^0.4.0", "gulp-postcss": "^8.0.0", "gulp-rename": "^1.4.0", "gulp-sizereport": "^1.2.1", "gulp-sourcemaps": "^2.6.5", "pa11y": "^5.3.0", "postcss-color-mod-function": "^3.0.3", "postcss-css-variables": "^0.12.0", "postcss-import": "^12.0.1", "postcss-inline-svg": "^4.1.0", "puppeteer": "^3.2.0", "stylelint": "^13.5.0", "stylelint-config-standard": "^20.0.0" }, "browserslist": [ "defaults" ], "files": [ "out/*.css", "LICENSE.md" ] }