onit
Version:
Build daily whatever files in Markdown
35 lines (34 loc) • 664 B
JSON
{
"name": "onit",
"version": "0.7.0",
"description": "Build daily whatever files in Markdown",
"main": "onit.js",
"author": "Stephen Mizell",
"homepage": "https://github.com/smizell/onit",
"keywords": [
"todo",
"doing",
"log",
"markdown",
"GTD",
"diary"
],
"license": "MIT",
"dependencies": {
"commander": "^2.7.1",
"copy-paste": "^1.0.2",
"lodash": "^3.6.0",
"moment": "^2.9.0",
"nconf": "^0.7.1",
"open": "0.0.5",
"slug": "^0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/smizell/onit.git"
},
"preferGlobal": true,
"bin": {
"onit": "onit.js"
}
}