html-flavors
Version:
HTML conversion tools
38 lines • 737 B
JSON
{
"name": "html-flavors",
"version": "0.0.20",
"description": "HTML conversion tools",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hex13/html-flavors"
},
"keywords": [
"html",
"ast",
"conversion",
"converter",
"parser",
"parse",
"render",
"stringify",
"jsx",
"generator",
"tree"
],
"author": "= <=>",
"license": "MIT",
"dependencies": {
"escodegen-wallaby": "^1.6.5",
"postcss": "^5.0.19",
"postcss-comment": "^1.0.3",
"postcss-scss": "^0.1.7",
"posthtml-parser": "^0.1.1"
},
"devDependencies": {
"tape": "^4.4.0"
}
}