mockery-partial
Version:
abilty to mock full and partial modules
35 lines (34 loc) • 722 B
JSON
{
"name": "mockery-partial",
"version": "1.4.0",
"description": "abilty to mock full and partial modules",
"main": "lib/mockery-partial.js",
"scripts": {
"test": "node test.js"
},
"author": "maty zisserman",
"license": "MIT",
"dependencies": {
"clone": "^2.0.0",
"mockery": "^1.7.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maty21/mockery-partial.git"
},
"keywords": [
"mockery",
"shim",
"stub",
"partial",
"unit",
"test",
"testing",
"require"
],
"bugs": {
"url": "https://github.com/maty21/mockery-partial/issues"
},
"homepage": "https://github.com/maty21/mockery-partial#readme"
}