forked from rizvanhaider/node-stanford-simple-nlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 818 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
{
"name": "stanford-simple-nlp",
"version": "0.2.2",
"author": {
"name": "Taeho Kim",
"email": "xissysnd@gmail.com"
},
"main": "index",
"dependencies": {
"coffee-script": "~1.7.1",
"java": "~0.8.0",
"xml2js": "~0.2.8"
},
"readmeFilename": "README.md",
"description": "A simple node.js wrapper for Stanford CoreNLP.",
"repository": {
"type": "git",
"url": "https://github.com/xissy/node-stanford-simple-nlp.git"
},
"bugs": {
"url": "https://github.com/xissy/node-stanford-simple-nlp/issues"
},
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.12.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script --require coffee-script/register --globals lw --recursive ./test -t 100000"
}
}