notebox
Version:
powerful command line based note taking app.
54 lines (53 loc) • 1.1 kB
JSON
{
"name": "notebox",
"description": "powerful command line based note taking app.",
"version": "1.1.8",
"author": "Keyang Xiang <keyang.xiang@gmail.com>",
"bugs": "https://github.com/Keyang/notebox/issues",
"homepage": "https://github.com/Keyang/notebox",
"keywords": [
"note taking",
"note",
"memo",
"offline",
"simple",
"command line",
"cli"
],
"repository": {
"type": "git",
"url": "https://github.com/Keyang/notebox.git"
},
"contributors": [
{
"name": "Keyang Xiang",
"email": "keyang.xiang@gmail.com"
}
],
"license": [
{
"type": "MIT",
"url": "https://github.com/Keyang/notebox/blob/master/LICENSE"
}
],
"engines": {
"node": ">=0.10"
},
"dependencies": {
"async": "^1.3.0",
"cli-table3": "^0.5.0",
"colors": "^1.1.2",
"commander": "^2.8.1",
"readline-sync": "^1.2.19",
"sqlite3": "^3.1.4",
"temp": "^0.8.3",
"winston": "^1.0.1"
},
"devDependencies": {
"mocha": "^2.2.5"
},
"bin": {
"nb": "./cli/nb.js",
"notebox": "./cli/nb.js"
}
}