dce-stub
Version:
A simple way to stub default-only dependencies.
34 lines (33 loc) • 833 B
JSON
{
"name": "dce-stub",
"version": "1.0.9",
"description": "A simple way to stub default-only dependencies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/dce-stub.git"
},
"keywords": [
"DCE",
"Test",
"Testing",
"Stub",
"Reqiremock"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/dce-stub/issues"
},
"homepage": "https://github.com/harvard-edtech/dce-stub#readme",
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0"
}
}