{
"name": "postcss-html",
"version": "0.12.0",
"description": "PostCSS Syntax for parsing HTML / Markdown / Vue Component",
"main": "lib/index.js",
"scripts": {
"report-coverage": "codecov",
"pretest": "eslint lib test",
"test": "nyc mocha"
},
"nyc": {
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"reporter": [
"lcov",
"text"
],
"cache": true,
"all": true,
"check-coverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/postcss-html.git"
},
"keywords": [
"postcss",
"syntax",
"html",
"markdown",
"vue",
"css",
"less",
"sass",
"scss",
"sss",
"sugarss"
],
"author": "gucong",
"license": "MIT",
"bugs": {
"url": "https://github.com/gucong3000/postcss-html/issues"
},
"homepage": "https://github.com/gucong3000/postcss-html#readme",
"dependencies": {
"htmlparser2": "^3.9.2",
"remark": "^8.0.0",
"unist-util-find-all-after": "^1.0.1"
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-less": ">=1.1.0",
"postcss-safe-parser": ">=3.0.0",
"postcss-sass": ">=0.2.0",
"postcss-scss": ">=1.0.0",
"sugarss": ">=1.0.0"
},
"devDependencies": {
"autoprefixer": "^7.2.2",
"chai": "^4.1.2",
"codecov": "^3.0.0",
"eslint": "^4.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^4.0.1",
"nyc": "^11.4.0",
"postcss": "^6.0.14",
"postcss-less": "^1.1.3",
"postcss-parser-tests": "^6.1.0",
"postcss-safe-parser": "^3.0.1",
"postcss-sass": "^0.2.0",
"postcss-scss": "^1.0.2",
"strip-bom": "^3.0.0",
"stylefmt": "^6.0.0",
"stylelint": "^8.3.1",
"sugarss": "^1.0.1"
}
}