-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.42 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "tpf-conceptnet-datasource",
"description": "Linked Data Fragments Server - TPF ConceptNet Datasource",
"version": "1.0.1",
"lsd:module": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "index.js",
"files": [
"components",
"lib/**/*.js",
"index.js"
],
"bugs": {
"url": "https://github.com/IBM/tpf-conceptnet-datasource/issues"
},
"scripts": {
"test": "nyc mocha",
"lint": "eslint bin/* lib test"
},
"dependencies": {
"lru-cache": "^8.0.0",
"node-fetch": "^3.3.1",
"object-hash": "^3.0.0",
"sparqljson-parse": "^2.2.0"
},
"peerDependencies": {
"@ldf/core": "^3.2.1"
},
"devDependencies": {
"@ldf/core": "^3.2.1",
"eslint": "^8.31.0",
"nyc": "^15.1.0"
},
"author": "IBM Research",
"homepage": "https://github.com/IBM/tpf-conceptnet-datasource#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"contributors": [
{
"name": "Marcelo Machado",
"email": "mmachado@ibm.com"
},
{
"name": "Guilherme Lima",
"email": "guilherme.lima@ibm.com"
},
{
"name": "Elton Soares",
"email": "eltons@ibm.com"
},
{
"name": "Renato Cerqueira",
"email": "rcerq@br.ibm.com"
},
{
"name": "Rosario Uceda-Sosa",
"email": "rosariou@us.ibm.com"
}
],
"keywords": [
"ibm",
"ldf",
"tpf",
"conceptnet"
]
}