forked from hiteshjoshi/node-stanford-corenlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 997 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "stanford-corenlp",
"version": "1.0.0",
"author": "Hitesh Joshi <[email protected]>",
"main": "index",
"dependencies": {
"java": "0.7.2",
"lodash": "^3.10.0",
"semver": "^5.1.0",
"xml2js": "~0.4.9"
},
"description": "A simple node.js wrapper for Stanford CoreNLP.",
"repository": {
"type": "git",
"url": "https://github.com/hiteshjoshi/node-stanford-corenlp.git"
},
"bugs": {
"url": "https://github.com/hiteshjoshi/node-stanford-corenlp/issues"
},
"devDependencies": {
"should": "~7.0.1",
"mocha": "~2.2.5"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "make test"
},
"homepage": "https://github.com/hiteshjoshi/node-stanford-corenlp",
"keywords": [
"nlp",
"corenlp",
"language",
"sentiment analysis",
"natural language",
"linguistic",
"linguistic programming",
"machine learning"
],
"license": "ISC",
"readme": "README.md"
}