forked from tautologistics/node-htmlparser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 921 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
34
{
"name": "htmlparser"
, "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers"
, "version": "1.7.5"
, "author": "Chris Winberry <chris@winberry.net>"
, "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": "chris@winberry.net"
, "url": "http://github.com/tautologistics/node-htmlparser/issues"
}
, "os": [ "linux", "darwin", "freebsd", "win32", "openbsd" ]
, "directories": { "lib": "./lib/" }
, "main": "./lib/htmlparser"
, "engines": { "node": ">=0.1.33" }
, "licenses": [{
"type": "MIT"
, "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
}]
}