UNPKG

today-idiom

Version:

A Node.js package that picks an English idiom for today

34 lines (33 loc) 778 B
{ "name": "today-idiom", "version": "1.0.2", "description": "A Node.js package that picks an English idiom for today", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/KutieKat/today-idiom.git" }, "keywords": [ "package", "npm", "nodejs", "idiom", "english", "today-idiom", "idiom-of-the-day" ], "author": "Tien-Dzung Nguyen (KutieKat)", "license": "MIT", "bugs": { "url": "https://github.com/KutieKat/today-idiom/issues" }, "homepage": "https://github.com/KutieKat/today-idiom#readme", "dependencies": { "cheerio": "^1.0.0-rc.3", "request": "^2.88.2", "request-promise": "^4.2.6" } }