etymology-cli
Version:
To get the source of the words from http : //www.etymonline.com/
28 lines (27 loc) • 719 B
JSON
{
"name" : "etymology-cli",
"version" : "0.0.9",
"description" : "To get the source of the words from http : //www.etymonline.com/",
"main" : "index.js",
"repository" : {
"type" : "git",
"url" : "git@github.com : ceclinux/node-etymologycli.git"
},
"author": "ceclinux <src655@gmail.com>",
"license": "MIT",
"bin": {
"etym": "./bin/etym"
},
"keywords": [
"etymology"
],
"engines" : {
"node" : ">= 0.8.1"
},
"readmeFilename" : "README.md",
"dependencies" : {
"request" : "^2.36.0",
"jsdom" : "*",
"colorful" : "*"
}
}