domon-treeadapter
Version:
A parse5-compatible TreeAdapter for the DOMON format
35 lines (34 loc) • 744 B
JSON
{
"name": "domon-treeadapter",
"version": "0.1.3",
"description": "A parse5-compatible TreeAdapter for the DOMON format",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkn/domon-treeadapter.git"
},
"scripts": {
"test": "node ./test/index"
},
"keywords": [
"parse5",
"tree",
"adapter",
"treeadapter",
"domon",
"dom",
"json"
],
"author": "Nik Coughlin <nrkn.com@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrkn/domon-treeadapter/issues"
},
"homepage": "https://github.com/nrkn/domon-treeadapter#readme",
"dependencies": {
"nodetype-enum": "^1.1.1"
},
"devDependencies": {
"parse5": "^2.1.5"
}
}