mock-fetch
Version:
Mock the browser's fetch api for testing
31 lines (30 loc) • 681 B
JSON
{
"name": "mock-fetch",
"version": "1.0.0",
"description": "Mock the browser's fetch api for testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/laurelandwolf/mock-fetch.git"
},
"keywords": [
"mock",
"fetch",
"xhr",
"ajax",
"testing"
],
"author": "Laurel & Wolf",
"license": "MIT",
"bugs": {
"url": "https://github.com/laurelandwolf/mock-fetch/issues"
},
"homepage": "https://github.com/laurelandwolf/mock-fetch#readme",
"dependencies": {
"lodash.clonedeep": "^3.0.1",
"merge": "^1.2.0"
}
}