package.json
{
"name": "groundhog-day",
"version": "1.2.0",
"description": "A stupidly simple library for controlling time",
"main": "index.js",
"scripts": {
"test": "mocha",
"istanbul": "istanbul cover --report html --report lcov _mocha",
"codeclimate": "(test -e .codeclimate && npm run istanbul && source .codeclimate && codeclimate-test-reporter < coverage/lcov.info) || echo skipping codeclimate",
"lint": "eslint .",
"prepush": "npm run lint && npm test && npm run codeclimate"
},
"keywords": [
"Fake",
"Clock",
"Stub"
],
"author": "GuideSmiths Ltd",
"license": "ISC",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-imperative": "^2.1.0",
"eslint-plugin-imperative": "^2.1.0",
"husky": "^1.1.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidesmiths/groundhog-day.git"
},
"bugs": {
"url": "https://github.com/guidesmiths/groundhog-day/issues"
},
"homepage": "https://guidesmiths.github.io/groundhog-day/",
"dependencies": {}
}