-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 901 Bytes
/
package.json
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
{
"name": "bowling",
"version": "1.4.3",
"description": "ten-pin bowling scorekeeping module",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test tap test.js --coverage-report=text-summary && standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tphummel/node-bowling.git"
},
"keywords": [
"scoresheet",
"tenpin",
"ten-pin",
"bowling",
"score",
"scoring",
"sport"
],
"author": {
"name": "Tom Hummel",
"email": "tphummel@gmail.com",
"url": "https://tomhummel.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tphummel/node-bowling/issues"
},
"homepage": "https://github.com/tphummel/node-bowling",
"devDependencies": {
"standard": "^17.1.0",
"tap": "^18.6.1"
},
"gitTagVersion": false
}