UNPKG

todo

Version:

Todos in the CLI like what.

47 lines (46 loc) 1.01 kB
{ "name": "todo", "version": "1.1.0", "description": "Todos in the CLI like what.", "preferGlobal": true, "keywords": [ "todo", "todos", "todo cli" ], "author": "Veselin Todorov <hi@vesln.com>", "devDependencies": { "chai": "1.9.0", "nixt": "0.3.0", "istanbul": "~0.2.3", "jack": "git://github.com/jackjs/jack.git#master", "jack-chai": "~0.1.0", "hydro": "0.9.1", "hydro-doc": "0.0.2", "hydro-bdd": "~0.1.0", "hydro-chai": "~0.1.3", "hydro-jack": "0.0.1", "hydro-clean-dir": "0.0.1", "timekeeper": "0.0.4", "hydro-timekeeper": "0.0.1" }, "repository": { "type": "git", "url": "http://github.com/vesln/todo.git" }, "homepage": "http://github.com/vesln/todo", "scripts": { "test": "make test" }, "main": "index.js", "bin": { "todo": "./bin/todo" }, "dependencies": { "argvee": "~0.1.1", "refractory": "0.0.3", "eyehurt": "0.0.1", "ms": "~0.6.2", "homepath": "~1.0.0" } }