devotions-cli
Version:
Daily devotions, delivered to your command line.
45 lines (44 loc) • 892 B
JSON
{
"name": "devotions-cli",
"version": "1.0.8",
"description": "Daily devotions, delivered to your command line.",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"pretest": "standard",
"test": "tape test.js"
},
"bin": {
"devotion": "./cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:wayneashleyberry/devotions-cli.git"
},
"keywords": [
"esv",
"bible",
"scripture",
"verse",
"devotion",
"devotions",
"daily"
],
"author": "Wayne Ashley Berry <wayneashleyberry@gmail.com>",
"license": "MIT",
"dependencies": {
"cache-swap": "^0.2.1",
"chalk": "^1.1.0",
"got": "^6.3.0",
"moment-timezone": "^0.5.5",
"window-size": "^0.2.0",
"wordwrap": "^1.0.0"
},
"devDependencies": {
"bin-check": "^4.0.0",
"standard": "^8.0.0",
"tape": "^4.0.0"
}
}