You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
554 B
24 lines
554 B
{ |
|
"name": "xmlhttprequest", |
|
"description": "XMLHttpRequest for Node", |
|
"version": "1.8.0", |
|
"author": { |
|
"name": "Dan DeFelippi", |
|
"url": "http://driverdan.com" |
|
}, |
|
"keywords": ["xhr", "ajax"], |
|
"license": "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" |
|
}
|
|
|