social-golfer
Version:
Attempt to mitigate the "social golfer" problem
26 lines (25 loc) • 500 B
JSON
{
"name": "social-golfer",
"version": "0.2.0",
"description": "Attempt to mitigate the \"social golfer\" problem",
"main": "SocialGolfer.js",
"scripts": {
"test": "mocha --reporter list"
},
"keywords": [
"node",
"npm",
"'social",
"golfer'",
"tee",
"golf",
"golfer"
],
"author": "Jonas Persson",
"license": "MIT",
"homepage": "https://github.com/githubjonas/social-golfer",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.1"
}
}