UNPKG

sandpaper

Version:

Sandpaper is a commandline tool that's used to smooth out the rough edges when coding websites using HTML, CSS, and Javascript.

120 lines (119 loc) 3.24 kB
{ "name": "sandpaper", "author": "Christopher Petta", "license": "MIT", "version": "1.4.6", "description": "Sandpaper is a commandline tool that's used to smooth out the rough edges when coding websites using HTML, CSS, and Javascript.", "main": "gulpfile.js", "repository": { "type": "git", "url": "git://github.com/cpetta/sandpaper.git" }, "bin": { "sandpaper": "./cli.js" }, "engines": { "node": ">=8" }, "scripts": { "gulp": "gulp", "test": "nyc --reporter=html --reporter=text mocha --check-leaks --exit", "coverage": "nyc report --reporter=text-lcov | coveralls", "xo": "xo --env=node" }, "keywords": [ "gulp,", "gulpfile", "toolchain", "linting", "website-optimization" ], "browserslist": [ "last 2 versions" ], "husky": { "hooks": { "pre-commit": "yarn test && yarn xo", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "dependencies": { "autoprefixer": "^10.0.0", "browser-sync": "^2.26.7", "colorguard": "^1.2.1", "doiuse": "^4.4.0", "eslint": "^7.14.0", "eslint-config-xo": "^0.33.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-unicorn": "^23.0.0", "gulp": "^4.0.2", "gulp-cache": "^1.1.3", "gulp-changed": "^4.0.2", "gulp-changed-in-place": "^2.3.0", "gulp-clean-css": "^4.2.0", "gulp-eslint7": "^0.3.0", "gulp-html-postcss": "^7.1.4", "gulp-htmlhint": "^3.0.0", "gulp-htmlmin": "^5.0.1", "gulp-if": "^3.0.0", "gulp-imagemin": "^7.1.0", "gulp-jshint": "^2.1.0", "gulp-postcss": "^9.0.0", "gulp-purgecss": "^3.0.0", "gulp-stylelint": "^13.0.0", "gulp-tslint": "^8.1.4", "gulp-typescript": "^6.0.0-alpha.1", "gulp-uglify": "^3.0.2", "gulp-zip": "^5.0.1", "jshint-more-stylish": "^1.0.1", "markdownlint": "^0.22.0", "meow": "^8.0.0", "postcss": "^8.1.10", "postcss-normalize": "^9.0.0", "postcss-preset-env": "^6.7.0", "postcss-reporter": "^7.0.0", "postcss-safe-parser": "^5.0.0", "postcss-unprefix": "^2.1.4", "pump": "^3.0.0", "rehype-parse": "^7.0.1", "rehype-retext": "^2.0.3", "rehype-stringify": "^8.0.0", "remark-retext": "^4.0.0", "retext-contractions": "^4.0.0", "retext-english": "^3.0.3", "retext-indefinite-article": "^2.0.0", "retext-passive": "^3.0.0", "retext-quotes": "^4.0.0", "retext-redundant-acronyms": "^3.0.0", "retext-repeated-words": "^3.0.0", "retext-sentence-spacing": "^4.0.0", "stylelint": "^13.0.0", "stylelint-config-recommended": "^3.0.0", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.0.0", "through2": "^4.0.2", "tslint": "^6.0.0", "typescript": "^4.0.2", "uglify-js": "^3.6.1", "unified": "^9.0.0", "unified-engine-gulp": "^8.0.0", "update-notifier": "^5.0.0", "xo": "^0.35.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@semantic-release/changelog": "^5.0.0", "@semantic-release/commit-analyzer": "^8.0.0", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.0", "@semantic-release/npm": "^7.0.9", "@semantic-release/release-notes-generator": "^9.0.1", "coveralls": "^3.1.0", "husky": "^4.3.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "rimraf": "^3.0.2", "semantic-release": "^17.3.0" } }