-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"name": "cgkb",
"version": "1.0.9",
"description": "Contextual Graph Knowledge Base",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "istanbul cover _mocha",
"server": "node src/nlp-server.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kengz/CGKB.git"
},
"keywords": [
"graph",
"knowledge",
"base",
"ai",
"neo4j",
"spacy"
],
"author": "kengz kengzwl@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/kengz/CGKB/issues"
},
"homepage": "https://github.com/kengz/CGKB#readme",
"dependencies": {
"bluebird": "^3.4.6",
"co": "^4.6.0",
"config": "^1.21.0",
"lodash": "^4.16.4",
"neo4j": "^2.0.0-RC2",
"spacy-nlp": "^1.0.7",
"winston": "^2.2.0",
"snyk": "^1.41.1"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0"
},
"snyk": true
}