67 lines
1.6 KiB
JSON
Executable file
67 lines
1.6 KiB
JSON
Executable file
{
|
|
"name": "posthtml",
|
|
"version": "0.11.6",
|
|
"description": "HTML/XML processor",
|
|
"keywords": [
|
|
"html",
|
|
"xml",
|
|
"postproccessor",
|
|
"parser",
|
|
"transform",
|
|
"transformations",
|
|
"manipulation",
|
|
"preprocessor",
|
|
"processor"
|
|
],
|
|
"main": "lib",
|
|
"types": "types/posthtml.d.ts",
|
|
"files": [
|
|
"types",
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"posthtml-parser": "^0.4.1",
|
|
"posthtml-render": "^1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.0.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-subset": "^1.6.0",
|
|
"coveralls": "^3.0.6",
|
|
"jsdoc-to-markdown": "^5.0.0",
|
|
"mocha": "^6.2.0",
|
|
"nyc": "^14.1.1",
|
|
"standard": "^14.1.0",
|
|
"standard-version": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard --env mocha",
|
|
"test": "npm run lint && nyc mocha",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"docs:api": "jsdoc2md lib/api.js > docs/api.md",
|
|
"docs:core": "jsdoc2md lib/index.js > docs/core.md",
|
|
"release": "standard-version"
|
|
},
|
|
"author": "Anton Winogradov <winogradovaa@gmail.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Ivan Voischev",
|
|
"email": "voischev.ivan@ya.ru"
|
|
},
|
|
{
|
|
"name": "Anton Winogradov",
|
|
"email": "winogradovaa@gmail.com"
|
|
},
|
|
{
|
|
"name": "Alexej Yaroshevich",
|
|
"email": "zxqfox@gmail.com"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/posthtml/posthtml",
|
|
"repository": "https://github.com/posthtml/posthtml.git",
|
|
"bugs": "https://github.com/posthtml/posthtml/issues",
|
|
"license": "MIT"
|
|
}
|