doing
Version:
a cli todo list designed for geeks
26 lines (25 loc) • 548 B
JSON
{
"name": "doing",
"version": "0.0.0",
"description": "a cli todo list designed for geeks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/turingou/doing.git"
},
"keywords": [
"todo",
"doing",
"done",
"list"
],
"author": "turing <o.u.turing@Gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingou/doing/issues"
},
"homepage": "https://github.com/turingou/doing"
}