UNPKG

tonix-gulp-html-autoprefixer

Version:

Gulp plugin to Autoprefix all CSS inside an HTML page - CSS inside style tags and inside style attributes. Uses tonix-html-autoprefixer under the hood.

43 lines (42 loc) 1.19 kB
{ "name": "tonix-gulp-html-autoprefixer", "version": "1.3.0", "description": "Gulp plugin to Autoprefix all CSS inside an HTML page - CSS inside style tags and inside style attributes. Uses tonix-html-autoprefixer under the hood.", "main": "lib/main.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish-git": "npm publish && git push && git push --tags", "publish-patch": "npm version patch && npm run publish-git", "publish-minor": "npm version minor && npm run publish-git", "publish-major": "npm version major && npm run publish-git" }, "repository": { "type": "git", "url": "https://github.com/tonix-tuft/tonix-gulp-html-autoprefixer.git" }, "keywords": [ "autoprefixer", "html", "html-autoprefixer", "auto-prefixer", "css", "gulp", "gulp-html-autoprefixer" ], "readmeFilename": "README.md", "author": "motdotla", "license": "MIT", "peerDependencies": { "gulp": ">=4.0.2" }, "devDependencies": { "gulp": "^4.0.2" }, "dependencies": { "event-stream": "^3.1.7", "tonix-html-autoprefixer": "^1.3.1" } }