i3status-taskwarrior
Version:
Prints currently active taskwarrior task.
26 lines (22 loc) • 644 B
JSON
{
"name": "i3status-taskwarrior",
"version": "1.0.1",
"keywords": "taskwarrior",
"description": "Prints currently active taskwarrior task.",
"homepage": "https://github.com/projectivemotion/i3status-taskwarrior",
"author" : {
"name": "Amado Martinez",
"email" : "amado@projectivemotion.com",
"url" : "http://amadomartinez.mx"
},
"main": "./build/i3status-tw.js",
"bin": { "i3status-taskwarrior": "./build/i3status-tw.js" },
"dependencies" : {
"moment" : "2.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/projectivemotion/i3status-taskwarrior.git"
},
"license": "MIT"
}