blob: 6dc776fda4ff9e80a48e992a98343eaa0af0dd02 [file] [log] [blame]
{
"author": "Felix Boehm <me@feedic.com>",
"dependencies": {
"domelementtype": "1"
},
"description": "handler for htmlparser2 that turns pages into a dom",
"devDependencies": {
"htmlparser2": "^3.9.0",
"jshint": "^2.9.1",
"mocha": "^3.0.2"
},
"directories": {
"test": "tests"
},
"jshintConfig": {
"globals": {
"it": true
},
"node": true,
"proto": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"dom",
"htmlparser2"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "domhandler",
"repository": {
"type": "git",
"url": "git://github.com/fb55/DomHandler.git"
},
"scripts": {
"test": "mocha -R list && jshint index.js test/"
},
"version": "2.4.2"
}