forked from hiteshjoshi/node-stanford-corenlp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 771 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
{
"name": "stanford-corenlp",
"version": "0.3.0",
"author": "Hitesh Joshi <me@hiteshjoshi.com>",
"main": "index",
"dependencies": {
"java": "~0.2.4",
"xml2js": "~0.2.8"
},
"description": "A simple node.js wrapper for Stanford CoreNLP.",
"repository": {
"type": "git",
"url": "https://github.com:hiteshjoshi/node-stanford-corenlp"
},
"bugs": {
"url": "https://github.com:hiteshjoshi/node-stanford-corenlp/issues"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.12.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"homepage": "https://github.com/hiteshjoshi/node-stanford-corenlp",
"keywords": [
"nlp",
"corenlp",
"language"
],
"license": "ISC"
}