inkwell
Version:
A diary in your terminal
52 lines (51 loc) • 1.07 kB
JSON
{
"name": "inkwell",
"version": "0.0.9",
"description": "A diary in your terminal",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/bilalq/inkwell.git"
},
"keywords": [
"ink",
"inkwell",
"diary",
"journal",
"cli",
"notes",
"writing"
],
"author": "Bilal Quadri <bilalquadri92@gmail.com> (http://bilalquadri.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bilalq/inkwell/issues"
},
"homepage": "https://github.com/bilalq/inkwell",
"directories": {
"lib": "./lib",
"journal": "./journal",
"config": "./config",
"bin": "./bin"
},
"dependencies": {
"commander": "2.1.x",
"cli-color": "0.2.x",
"underscore": "1.6.x",
"bluebird": "1.0.x",
"promptly": "0.2.x",
"inquirer": "0.4.x",
"grep1": "0.0.5"
},
"devDependencies": {
"mocha": "1.17.x",
"sinon": "1.8.x",
"chai": "1.9.x",
"sinon-chai": "2.5.x",
"chai-as-promised": "4.1.x",
"chai-fs": "0.0.3"
}
}