moby-pos
Version:
A node module for accessing the moby parts-of-speech package.
27 lines (26 loc) • 569 B
JSON
{
"name": "moby-pos",
"version": "0.1.2",
"description": "A node module for accessing the moby parts-of-speech package.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SharpCoder/moby-pos.git"
},
"keywords": [
"moby",
"linguistic",
"pos",
"parts of speech",
"parts-of-speech",
"words"
],
"author": "SharpCoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/SharpCoder/moby-pos/issues"
}
}