wotd
Version:
get the word of the day from the Merriam-Webster website
44 lines (43 loc) • 884 B
JSON
{
"name": "wotd",
"version": "0.1.0",
"description": "get the word of the day from the Merriam-Webster website",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"wotd": "./bin/wotd.js"
},
"scripts": {
"test": "mocha --reporter spec --timeout 60000"
},
"repository": {
"type": "git",
"url": "git@github.com:vohof/word-of-the-day.js.git"
},
"keywords": [
"dictionary",
"wordOfTheday",
"webster",
"merriam",
"thesaurus",
"motd",
"wotd"
],
"author": "Cyrus David",
"license": "MIT",
"bugs": {
"url": "https://github.com/vohof/word-of-the-day.js/issues"
},
"homepage": "https://github.com/vohof/word-of-the-day.js",
"devDependencies": {
"mocha": "^1.17.1",
"should": "^3.1.3",
"sinon": "^1.9.0"
},
"dependencies": {
"yql": "^0.4.8",
"chalk": "^0.4.0"
}
}