UNPKG

elvn

Version:

Command line time management for nerds

37 lines 916 B
{ "name": "elvn", "version": "0.25.11", "description": "Command line time management for nerds", "author": "Wolf Bas <becevka@kucoe.net>", "main" : "./lib/elvn", "bin": { "elvn": "./bin/elvn" }, "repository": { "type": "git", "url": "git://github.com/kucoe/elvn.git" }, "bugs": "https://github.com/kucoe/elvn/issues", "engines": { "node": ">= 0.8.x" }, "dependencies": { "cline": ">=0.7", "tire": ">=0.1", "growl": "1.7.0" }, "devDependencies": { "mocha": "*", "should": "*" }, "scripts": { "test": "node .tests.js" }, "keywords": ["cli", "command line interface", "tasks", "to-do", "time management", "timer", "productivity", "nerds"], "licenses": [ { "type": "MIT", "url": "http://kucoe.mit-license.org/" } ] }