package.json 622 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "xmlhttprequest"
  3. , "description": "XMLHttpRequest for Node"
  4. , "version": "1.4.2"
  5. , "author": {
  6. "name": "Dan DeFelippi"
  7. , "url": "http://driverdan.com"
  8. }
  9. , "keywords": ["xhr", "ajax"]
  10. , "licenses": [{
  11. "type": "MIT"
  12. , "url": "http://creativecommons.org/licenses/MIT/"
  13. }]
  14. , "repository": {
  15. "type": "git"
  16. , "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
  17. }
  18. , "bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues"
  19. , "engines": {
  20. "node": ">=0.4.0"
  21. }
  22. , "directories": {
  23. "lib": "./lib"
  24. , "example": "./example"
  25. }
  26. , "main": "./lib/XMLHttpRequest.js"
  27. }