-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
33 lines (33 loc) · 858 Bytes
/
package.json
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
29
30
31
32
33
{
"name": "htmlparser"
, "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers"
, "version": "2.0.0"
, "author": "Chris Winberry <[email protected]>"
, "contributors": []
, "repository": {
"type": "git"
, "url": "https://github.com/tautologistics/node-htmlparser"
}
, "keywords" : [
"html"
, "xml"
, "rss"
, "parser"
]
, "directories": {
"lib": "./lib"
}
, "main": "./lib/htmlparser.js"
, "homepage": "http://github.com/tautologistics/node-htmlparser"
, "bugs": {
"mail": "[email protected]"
, "url": "http://github.com/tautologistics/node-htmlparser/issues"
}
, "directories": { "lib": "./lib/" }
, "main": "./lib/htmlparser"
, "engines": { "node": ">=0.5.0" }
, "licenses": [{
"type": "MIT"
, "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
}]
}