node-cli-timer
Version:
Simple node-cli timer with OSX notifications
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "node-cli-timer",
"version": "2.1.1",
"description": "Simple node-cli timer with OSX notifications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"nodemon": "nodemon --quiet index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Restuta/node-cli-timer.git"
},
"keywords": [
"timer",
"cli-timer",
"node-timer",
"notifications"
],
"author": "Anton Vynogradenko <restuta8@gmail.com> (http://restuta.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Restuta/node-cli-timer/issues"
},
"homepage": "https://github.com/Restuta/node-cli-timer#readme",
"dependencies": {
"babel": "^5.8.23",
"chalk": "^1.1.1",
"clear": "0.0.1",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"moment-duration-format": "^1.3.0",
"nanybar": "^1.0.2",
"node-notifier": "^4.3.1",
"single-line-log": "^1.0.0"
},
"devDependencies": {
"nodemon": "^1.7.1"
}
}