@liserl/html-autoprefixer
Version:
```js const gulp = require('gulp') const htmlAutoprefixer = require('@liserl/html-autoprefixer')
30 lines (29 loc) • 592 B
JSON
{
"name": "@liserl/html-autoprefixer",
"version": "1.0.2",
"description": "",
"main": "./lib/main.js",
"author": "liserl",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:liserlzhy/html-autoprefixer.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"autoprefixer",
"html",
"html-autoprefixer",
"auto-prefixer",
"css",
"gulp",
"gulp-html-autoprefixer"
],
"dependencies": {
"event-stream": "^4.0.1",
"html-autoprefixer": "^0.3.8"
}
}