daily-poem
Version:
Read a new poem every day! (http://poems.com)
37 lines (36 loc) • 657 B
JSON
{
"name": "daily-poem",
"version": "1.1.0",
"description": "Read a new poem every day! (http://poems.com)",
"scripts": {
"lint": "standard"
},
"bin": {
"daily-poem": "./cli.js",
"poem": "./cli.js"
},
"engines": {
"node": ">=4"
},
"author": "Sam Gluck <sdgluck@gmail.com>",
"license": "MIT",
"repository": "sdgluck/daily-poem",
"keywords": [
"daily",
"poem",
"poetry",
"poems",
"literature",
"reading",
"prose"
],
"dependencies": {
"jsdom": "^9.2.1",
"log-update": "^1.0.2",
"meow": "^3.7.0",
"ora": "^0.2.3"
},
"devDependencies": {
"standard": "^7.1.1"
}
}