bridge-scorer
Version:
collection of duplicate bridge scoring algorithms.
52 lines • 1.31 kB
JSON
{
"name": "bridge-scorer",
"description": " collection of duplicate bridge scoring algorithms.",
"homepage": "https://github.com/richardschneider/bridge-scorer",
"bugs": "https://github.com/richardschneider/bridge-scorer/issues",
"license": "MIT",
"main": "index.js",
"author": {
"name": "Richard Schneider",
"email": "makaretu@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/richardschneider/bridge-scorer"
},
"keywords": [
"bridge",
"duplicate",
"scoring",
"pairs",
"teams",
"matchpoints",
"imps",
"butler",
"cross-imps"
],
"dependencies": {},
"devDependencies": {
"browserify": "^14.3.0",
"chai": "^3.5.0",
"glob": "^7.0.6",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-spawn-mocha": "^3.3.0",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"mocha": "^3.4.1",
"pump": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"semantic-release": "^6.3.6"
},
"scripts": {
"test": "mocha test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"version": "2.4.0"
}