blob: 4052150e6c4957bc4a6adc2c1020ef81e5311982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "domhandler",
"version": "2.1.0",
"description": "handler for htmlparser2 that turns pages into a dom",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha -R list"
},
"repository": {
"type": "git",
"url": "git://github.com/fb55/domhandler.git"
},
"keywords": [
"dom",
"htmlparser2"
],
"dependencies": {
"domelementtype": "1"
},
"devDependencies": {
"htmlparser2": "2.3",
"mocha": "1"
},
"author": "Felix Boehm <me@feedic.com>"
}
|