-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
27 lines (27 loc) · 904 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "MockHttpRequest",
"description": "A mock implementation of XMLHttpRequest for unit testing",
"version": "1.0",
"keywords": ["testing", "unit", "mock", "ajax", "http", "request"],
"maintainers": [{
"name": "Philipp von Weitershausen",
"email": "philipp@weitershausen.de",
"web": "http://philikon.de"
}],
"contributors": [{
"name": "Philipp von Weitershausen",
"email": "philipp@weitershausen.de",
"web": "http://philikon.de"
}],
"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",
}