cognizant
Version:
A simple cli with a mindfulness bell to remember to take a breath and perhaps give your eyes a rest from the screen.
35 lines (34 loc) • 853 B
JSON
{
"name": "cognizant",
"version": "0.6.0",
"description": "A simple cli with a mindfulness bell to remember to take a breath and perhaps give your eyes a rest from the screen.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnmcguin/cognizant.git"
},
"keywords": [
"awareness",
"mindfulness",
"break",
"break time"
],
"author": "John McGuin <johnmcguin88@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnmcguin/cognizant/issues"
},
"homepage": "https://github.com/johnmcguin/cognizant#readme",
"preferGlobal": true,
"bin": {
"cognizant": "index.js"
},
"dependencies": {
"chalk": "^2.3.2",
"progress": "^2.0.0",
"yargs": "^11.0.0"
}
}