thesaurus-com
Version:
Lookup synonyms and antonyms from thesaurus.com.
39 lines (38 loc) • 811 B
JSON
{
"name": "thesaurus-com",
"version": "1.2.3",
"description": "Lookup synonyms and antonyms from thesaurus.com.",
"main": "index.js",
"bin": {
"tcom": "./tcom.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"sync-request": "^6.0.0"
},
"devDependencies": {
"eslint": "^6.0.0",
"mocha": "^6.0.0"
},
"scripts": {
"test": "eslint *.js && mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhinz/node-thesaurus-com.git"
},
"keywords": [
"thesaurus",
"dictionary",
"english",
"synonym",
"antonym",
"word"
],
"author": "Marco Hinz",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhinz/node-thesaurus-com/issues"
},
"homepage": "https://github.com/mhinz/node-thesaurus-com"
}