{
  "name": "run-pace",
  "version": "2.1.0",
  "description": "Calculate running pace",
  "main": "./lib/run-pace.js",
  "bin": "./bin/cli.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Daghall/run-pace.git"
  },
  "keywords": [
    "running",
    "pace",
    "kilometer",
    "minutes"
  ],
  "author": "Markus Daghall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Daghall/run-pace/issues"
  },
  "homepage": "https://github.com/Daghall/run-pace#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-spies": "^1.0.0",
    "mocha": "^8.1.3",
    "proxyquire": "^2.1.3"
  }
}
