{ "name": "jotter", "version": "0.0.3", "description": "Terminal app to take notes.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "index.js", "author": "", "license": "ISC", "dependencies": { "bluebird": "^2.10.2", "csv": "^0.4.6", "fs-extra": "^0.24.0", "moment": "^2.10.6" } }