mock-xhr
Version:
A mock implementation of XMLHttpRequest for unit testing
28 lines (27 loc) • 803 B
JSON
{
"name": "mock-xhr",
"main": "lib/mock.js",
"description": "A mock implementation of XMLHttpRequest for unit testing",
"version": "0.1.0",
"keywords": ["testing", "unit", "mock", "ajax", "http", "request"],
"maintainers": [{
"name": "Philipp von Weitershausen",
"email": "philipp@weitershausen.de",
"web": "http://philikon.de"
}],
"contributors": [{
"name": "Stephan Hoyer",
"email": "ste.hoyer@gmail.com"
}],
"bugs": "http://github.com/philikon/MockHttpRequest/issues",
"licenses": [{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"repositories": [{
"type": "git",
"url": "http://github.com/philikon/MockHttpRequest"
}],
"dependencies": [],
"homepage": "http://github.com/philikon/MockHttpRequest"
}