run-pace
Version:
Calculate running pace
42 lines (41 loc) • 852 B
JSON
{
"name": "run-pace",
"version": "2.2.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",
"run pace",
"running pace",
"pace",
"kilometer",
"marathon",
"miles",
"minutes"
],
"author": "Markus Daghall",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daghall/run-pace/issues"
},
"homepage": "https://github.com/Daghall/run-pace#readme",
"devDependencies": {
"@bonniernews/eslint-config": "^2.0.2",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"eslint": "^9.23.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3"
}
}