package.json 704 B

1234567891011121314151617181920212223
  1. {
  2. "name": "htmlparser"
  3. , "description": "Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers"
  4. , "version": "1.6.2"
  5. , "author": "Chris Winberry <chris@winberry.net>"
  6. , "contributors": []
  7. , "repository": {
  8. "type": "git"
  9. , "url": "git://github.com/tautologistics/node-htmlparser.git"
  10. }
  11. , "bugs": {
  12. "mail": "chris@winberry.net"
  13. , "web": "http://github.com/tautologistics/node-htmlparser/issues"
  14. }
  15. , "os": [ "linux", "darwin", "freebsd" ]
  16. , "directories": { "lib": "./lib/" }
  17. , "main": "./lib/node-htmlparser"
  18. , "engines": { "node": ">=0.1.33" }
  19. , "licenses": [{
  20. "type": "MIT"
  21. , "url": "http://github.com/tautologistics/node-htmlparser/raw/master/LICENSE"
  22. }]
  23. }