word-of-the-day
Version:
Show a word of the day from a local database
30 lines (29 loc) • 749 B
JSON
{
"name": "word-of-the-day",
"version": "0.0.1",
"description": "Show a word of the day from a local database",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mistermark/word-of-the-day.git"
},
"keywords": [
"word",
"dictionary",
"language"
],
"author": "Mark de Jong <mark@markdejong.com>",
"license": "SEE LICENSE IN LICENSE.MD",
"bugs": {
"url": "https://github.com/mistermark/word-of-the-day/issues"
},
"homepage": "https://github.com/mistermark/word-of-the-day#readme",
"dependencies": {
"express": "^4.14.0",
"mongoose": "^4.6.4"
}
}