olgitbridge/lib/xmlhttprequest/package.json
Axel Kittenberger 5ac976d0b3 init
2021-11-24 17:10:12 +01:00

27 lines
622 B
JSON

{
"name": "xmlhttprequest"
, "description": "XMLHttpRequest for Node"
, "version": "1.4.2"
, "author": {
"name": "Dan DeFelippi"
, "url": "http://driverdan.com"
}
, "keywords": ["xhr", "ajax"]
, "licenses": [{
"type": "MIT"
, "url": "http://creativecommons.org/licenses/MIT/"
}]
, "repository": {
"type": "git"
, "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
}
, "bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues"
, "engines": {
"node": ">=0.4.0"
}
, "directories": {
"lib": "./lib"
, "example": "./example"
}
, "main": "./lib/XMLHttpRequest.js"
}