-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 KB
/
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
45
46
47
48
49
{
"name": "nlp",
"version": "0.0.1",
"description": "natural language processing in the browser",
"author": "Sebastian Lasse / redaktor foundation <[email protected]> (https://github.com/redaktor)",
"homepage": "https://github.com/redaktor/nlp",
"contributors": [{
"name": "Spencer Kelly",
"email": "[email protected]"
}],
"main": "build/text/nlp/index.js",
"scripts": {
"test": "intern-runner config=test/intern"
},
"repository": {
"type": "git",
"url": "git://github.com/redaktor/nlp.git"
},
"engines": [
"node >= 0.10.0"
],
"bin": {
"nlp": "./cmd.js"
},
"keywords": [
"text",
"nlp",
"natural",
"language",
"processing",
"ner",
"pos",
"grammar",
"i18n",
"translation"
],
"devDependencies": {
"grunt": "~0.4.*",
"grunt-contrib-watch": "*",
"grunt-run": "*",
"grunt-jsdoc": "~0.6.*",
"grunt-tslint": "^2.4.0",
"intern": "3.*",
"typescript": "1.5.*",
"tslint": "^2.4.2"
},
"analyze": true,
"license": "MIT"
}