t3
Version:
Command Line time tracking inspired by Time Trap, with D3 html reports
43 lines (42 loc) • 817 B
JSON
{
"name": "t3",
"preferGloal": true,
"author": "Jon Sherrard <j@andthats.it>",
"version": "0.0.1",
"description": "Command Line time tracking inspired by Time Trap, with D3 html reports",
"contributors": [
{
"name": "Jonathon Sherrard",
"email": "j@andthats.it"
},
{
"name": "Ben Hartley",
"email": "ben@chaffin.ch"
}
],
"repository": {
"type": "git",
"url": "git@github.com:jonsherrard/t3.git"
},
"main": "./bin/t3",
"bin": {
"t3": "./bin/t3"
},
"scripts": {
"test": "test"
},
"repository": "",
"keywords": [
"time",
"trap",
"d3"
],
"license": "BSD",
"dependencies": {
"fs-extra": "~0.6.0",
"coffee-script": "~1.6.2",
"walk": "~2.2.1",
"tilde-expansion": "0.0.0",
"underscore": "~1.4.4"
}
}