erg
Version:
Erg time calculator
36 lines (35 loc) • 696 B
JSON
{
"name": "erg",
"version": "1.0.5",
"description": "Erg time calculator",
"main": "bin/erg",
"scripts": {
"test": "make test"
},
"bin": {
"erg": "bin/erg"
},
"repository": {
"type": "git",
"url": "https://github.com/LawrenceJones/erg"
},
"keywords": [
"erg",
"rowing",
"test"
],
"author": "Lawrence Jones",
"license": "MIT",
"bugs": {
"url": "https://github.com/LawrenceJones/erg/issues"
},
"homepage": "https://github.com/LawrenceJones/erg",
"dependencies": {
"cli-table": "^0.3.1",
"coffee-script": "^1.9.1",
"commander": "^2.7.1",
"mocha": "^2.2.1",
"underscore": "^1.8.3",
"winston": "^0.9.0"
}
}