forked from tautologistics/node-htmlparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 708 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "htmlparser"
, "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers"
, "version": "1.7.3"
, "author": "Chris Winberry <chris@winberry.net>"
, "contributors": []
, "repository": {
"type": "git"
, "url": "git://github.com/tautologistics/node-htmlparser.git"
}
, "bugs": {
"mail": "chris@winberry.net"
, "web": "http://github.com/tautologistics/node-htmlparser/issues"
}
, "os": [ "linux", "darwin", "freebsd", "win32" ]
, "directories": { "lib": "./lib/" }
, "main": "./lib/htmlparser"
, "engines": { "node": ">=0.1.33" }
, "licenses": [{
"type": "MIT"
, "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
}]
}