-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "@ldf/feature-webid",
"description": "Linked Data Fragments Server - WebID",
"version": "2.2.5",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-webid",
"lsd:components": "components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-webid/^3.0.0/components/context.jsonld": "components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/feature-webid/^3.0.0/components/": "components/"
},
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"files": [
"components",
"config",
"lib/**/*.js",
"bin/**/*.js",
"index.js"
],
"repository": "https://github.com/LinkedDataFragments/Server.js/tree/master/packages/feature-webid",
"bugs": {
"url": "https://github.com/LinkedDataFragments/Server.js/issues"
},
"scripts": {
"test": "mocha",
"lint": "eslint bin/* lib test"
},
"dependencies": {
"lru-cache": "^4.0.1",
"n3": "^0.9.0",
"parse-cache-control": "^1.0.1"
},
"peerDependencies": {
"@ldf/core": "2.2.5"
},
"devDependencies": {
"@ldf/core": "2.2.5"
}
}