muk-prop
Version:
Mock object methods and properties.
34 lines (33 loc) • 631 B
JSON
{
"name": "muk-prop",
"description": "Mock object methods and properties.",
"keywords": [
"test",
"mock",
"stub"
],
"version": "3.0.1",
"repository": {
"type": "git",
"url": "git://github.com/fent/muk-prop.js.git"
},
"author": "fent (https://github.com/fent)",
"main": "./lib/index.js",
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha -- -R spec test/*-test.js"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^6.0.0"
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"files": [
"lib"
]
}