-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "run-pace",
"version": "2.2.1",
"description": "Calculate running pace",
"main": "./lib/run-pace.js",
"bin": "./bin/cli.js",
"files": [
"bin",
"lib"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"posttest": "eslint ."
},
"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"
}
}