-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.06 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.06 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": "@ldf/core",
"description": "Linked Data Fragments Server - Core",
"version": "3.2.2",
"lsd:module": true,
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"files": [
"components",
"config",
"lib/**/*.js",
"lib/**/*.html",
"assets/**/*",
"index.js"
],
"repository": "https://github.com/LinkedDataFragments/Server.js/tree/master/packages/core",
"bugs": {
"url": "https://github.com/LinkedDataFragments/Server.js/issues"
},
"scripts": {
"test": "nyc mocha",
"lint": "eslint bin/* lib test"
},
"engines": {
"node": ">=10.0"
},
"dependencies": {
"asynciterator": "^3.0.0",
"componentsjs": "4.5.0",
"forwarded-parse": "^2.1.0",
"jsonld-streaming-serializer": "^2.0.0",
"lodash": "^4.0.0",
"mime": "^2.4.4",
"n3": "^1.10.0",
"negotiate": "^1.0.1",
"q": "^1.4.1",
"qejs": "^3.0.5",
"rdf-string": "^1.3.1",
"request": "^2.88.2",
"uritemplate": "^0.3.4"
},
"optionalDependencies": {
"access-log": "^0.4.0"
}
}