-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "datasource-conceptnet",
"description": "Linked Data Fragments Server - ConceptNet Datasource",
"version": "1.1.1",
"lsd:module": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "index.js",
"files": [
"components",
"lib/**/*.js",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marcelomachado/datasource-conceptnet.git"
},
"bugs": {
"url": "https://github.com/marcelomachado/datasource-conceptnet/issues"
},
"scripts": {
"test": "nyc mocha",
"lint": "eslint bin/* lib test"
},
"dependencies": {
"jsonld": "^8.1.0",
"lru-cache": "^7.14.0",
"node-fetch": "2",
"object-hash": "^3.0.0",
"sparqljson-parse": "^1.5.1"
},
"peerDependencies": {
"@ldf/core": "^3.0.0"
},
"devDependencies": {
"@ldf/core": "^3.2.1",
"nyc": "^15.1.0"
},
"author": "Marcelo Machado <[email protected]>",
"homepage": "https://github.com/marcelomachado/datasource-conceptnet#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}