UNPKG

nodo

Version:
60 lines (59 loc) 1.15 kB
{ "name": "nodo", "description": "Command line todo app.", "author": "Rogério Vicente <rogeriopvl@gmail.com>", "keywords": [ "nodo", "todo", "wunderlist", "cli" ], "maintainers": [ { "name": "Rogério Vicente", "web": "http://rogeriopvl.com" } ], "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/rogeriopvl/nodo" }, "devDependencies": { "nodeunit": "~0.8.1", "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-nodeunit": "~0.2.0", "grunt-shell": "~0.4.0" }, "dependencies": { "sqlite3": "^3.0.5", "insight": "~0.5.2", "colors": "^1.0.3", "fs-extra": "~0.16.3" }, "engines": { "node": ">=0.8.0" }, "directories": { "lib": "./lib", "samples": "./samples" }, "bin": { "nodo": "./bin/nodo", "nodo-install": "./bin/nodo-install" }, "man": [ "./doc/nodo.1" ], "scripts": { "install": "node ./bin/nodo-install", "test": "grunt test" }, "licenses": [ { "type": "MIT", "url": "http://github.com/rogeriopvl/nodo/LICENSE" } ] }