nounfinder
Version:
Extracts nouns from chunks of text, using the [Wordnik API](http://developer.wordnik.com/docs.html).
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "nounfinder",
"version": "3.0.0",
"description": "Extracts nouns from chunks of text, using the [Wordnik API](http://developer.wordnik.com/docs.html).",
"main": "nounfinder.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:jimkang/nounfinder.git"
},
"keywords": [
"noun",
"parts of speech",
"language",
"wordnik",
"filter"
],
"author": "Jim Kang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimkang/nounfinder/issues"
},
"homepage": "https://github.com/jimkang/nounfinder",
"devDependencies": {
"assert-no-error": "^1.0.0",
"mocha": "^8.1.1",
"queue-async": "^1.0.7",
"tape": "^4.11.0"
},
"dependencies": {
"canonicalizer": "^1.0.3",
"emojisource": "^1.0.1",
"is-emoji": "^0.1.1",
"iscool": "^2.0.1",
"lodash.compact": "^3.0.1",
"lodash.curry": "^4.1.1",
"lodash.uniq": "^4.5.0",
"lodash.without": "^4.4.0",
"wordnok": "^3.4.1"
}
}