stanford-simple-nlp-client
Version:
A client for stanford-simple-nlp-server.
34 lines (33 loc) • 808 B
JSON
{
"name": "stanford-simple-nlp-client",
"version": "0.0.1",
"description": "A client for stanford-simple-nlp-server.",
"main": "index.js",
"dependencies": {
"coffee-script": "~1.6.3",
"async": "~0.2.9",
"request": "~2.27.0"
},
"devDependencies": {
"should": "~1.3.0",
"mocha": "~1.13.0"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script --globals lw --recursive ./test -t 0"
},
"repository": {
"type": "git",
"url": "https://github.com/xissy/node-stanford-simple-nlp-client.git"
},
"keywords": [
"stanford",
"corenlp",
"nlp"
],
"readmeFilename": "README.md",
"author": "Taeho Kim <xissysnd@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xissy/node-stanford-simple-nlp-client/issues"
}
}