domhandler2
Version:
handler for htmlparser2 that turns pages into a dom - modified to allow for attribute transforms and modifications
55 lines (54 loc) • 1.11 kB
JSON
{
"name": "domhandler2",
"version": "3.0.0",
"description": "handler for htmlparser2 that turns pages into a dom - modified to allow for attribute transforms and modifications",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha -R list && jshint index.js test/"
},
"repository": {
"type": "git",
"url": "git://github.com/calvinalvin/domhandler2.git"
},
"keywords": [
"dom",
"htmlparser2",
"domhandler"
],
"dependencies": {
"domelementtype": "1"
},
"devDependencies": {
"htmlparser2": "3.8",
"mocha": "1",
"jshint": "~2.3.0"
},
"contributors": [
{
"name": "Felix Boehm",
"email": "me@feedic.com"
},
{
"name": "Calvin Oh",
"email": "calvinoh@gmail.com"
}
],
"jshintConfig": {
"quotmark": "double",
"trailing": true,
"unused": true,
"undef": true,
"node": true,
"proto": true,
"globals": {
"it": true
}
},
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/calvinalvin/domhandler2/issues"
}
}