@dannybster/coco-the-bear-test-utils
Version:
A collection of utility functions to help when creating tests.
34 lines (33 loc) • 756 B
JSON
{
"name": "@dannybster/coco-the-bear-test-utils",
"version": "0.0.4",
"description": "A collection of utility functions to help when creating tests.",
"main": "index.js",
"scripts": {
"test": "./node_modules/eslint/bin/eslint.js ."
},
"repository": {
"type": "git",
"url": "git@dannybster.github.com:dannybster/coco-the-bear-test-utils.git"
},
"keywords": [
"CoCo",
"The",
"Bear",
"API",
"REST",
"tests",
"specs",
"test",
"spec"
],
"author": "Daniel Bruce",
"license": "ISC",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.3"
}
}