libtidy-updated
Version:
Node bindings to the HTML Tidy library
80 lines (79 loc) • 1.91 kB
JSON
{
"name": "libtidy-updated",
"version": "0.4.1",
"description": "Node bindings to the HTML Tidy library",
"main": "src/index.js",
"bin": {
"htmltidy": "src/cli.js"
},
"binary": {
"module_name": "tidy",
"module_path": "./lib/",
"host": "https://github.com",
"remote_path": "./gagern/node-libtidy/releases/download/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"types": "src/index.d.ts",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"prepublish": "node util/gen-typescript-decl.js",
"pretest": "node util/gen-typescript-decl.js",
"test": "mocha --compilers ts:ts-node/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gagern/node-libtidy.git"
},
"keywords": [
"htmltidy",
"libtidy",
"tidylib",
"html",
"tidy",
"html5",
"beautify",
"format",
"indent"
],
"author": "Martin von Gagern <Martin.vGagern@gmx.net>",
"contributors": [
"Raphael Ackermann <raphael.ackermann@gmail.com>",
"Wang Guan <momocraft@gmail.com>"
],
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/gagern/node-libtidy/issues"
},
"homepage": "https://github.com/gagern/node-libtidy#readme",
"devDependencies": {
"@types/chai": "^3.4.1",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"chai": "^3.4.1",
"chai-subset": "^1.2.0",
"htmltidy2": "^0.1.4",
"mocha": "^3.1.2",
"ts-node": "^3.0.2",
"typescript": "^2.2.2"
},
"dependencies": {
"nan": "^2.14.0",
"node-pre-gyp": "^0.14.0"
},
"bundledDependencies": [
"node-pre-gyp"
],
"files": [
"src/",
"test/",
"/*.js",
"/*.md",
"binding.gyp",
"tidy-html5/version.txt",
"tidy-html5/README.md",
"tidy-html5/README/",
"tidy-html5/src/",
"tidy-html5/include/"
]
}