51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "xhr2",
|
|
"version": "0.1.4",
|
|
"description": "XMLHttpRequest emulation for node.js",
|
|
"keywords": ["xhr", "xmlhttprequest", "ajax", "browser"],
|
|
"homepage": "https://github.com/pwnall/node-xhr2",
|
|
"author": "Victor Costan <victor@costan.us> (http://www.costan.us)",
|
|
"contributors": [
|
|
"Daniel Friedman <dfriedman58@gmail.com>",
|
|
"Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com>"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pwnall/node-xhr2.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pwnall/node-xhr2/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"async": ">= 1.4.2",
|
|
"chai": ">= 3.2.0",
|
|
"codo": ">= 2.0.11",
|
|
"coffee-script": ">= 1.9.3",
|
|
"express": ">= 4.13.3",
|
|
"glob": ">= 5.0.14",
|
|
"mocha": ">= 2.2.5",
|
|
"open": ">= 0.0.5",
|
|
"remove": ">= 0.1.5",
|
|
"sinon": ">= 1.15.4",
|
|
"sinon-chai": ">= 2.8.0"
|
|
},
|
|
"main": "lib/xhr2.js",
|
|
"browser": "lib/browser.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"lib": "lib",
|
|
"src": "src",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "node_modules/coffee-script/bin/cake build",
|
|
"test": "node_modules/coffee-script/bin/cake test"
|
|
}
|
|
}
|