tonix-html-autoprefixer
Version:
Autoprefix all CSS inside an html page - CSS inside style tags and inside style attributes
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "tonix-html-autoprefixer",
"version": "2.1.0",
"description": "Autoprefix all CSS inside an html page - CSS inside style tags and inside style attributes",
"main": "lib/main.js",
"bin": "lib/cli.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul test _mocha -- --recursive",
"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-html-autoprefixer.git"
},
"keywords": [
"autoprefixer",
"html",
"html-autoprefixer",
"auto-prefixer",
"css",
"postcss"
],
"readmeFilename": "README.md",
"author": "motdotla",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.1",
"mocha": "^8.2.1"
},
"dependencies": {
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",
"tonix-html-postcss": "^1.0.0"
}
}