-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "@ldf/core",
"description": "Linked Data Fragments Server - Core",
"version": "2.2.5",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core",
"lsd:components": "components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core/^3.0.0/components/context.jsonld": "components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core/^3.0.0/components/": "components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@ldf/core/^3.0.0/config/": "config/"
},
"license": "MIT",
"bin": {
"ldf-server": "./bin/ldf-server"
},
"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/core",
"bugs": {
"url": "https://github.com/LinkedDataFragments/Server.js/issues"
},
"scripts": {
"test": "mocha",
"lint": "eslint bin/* lib test"
},
"dependencies": {
"asynciterator": "^1.1.0",
"forwarded-parse": "^2.0.0",
"lodash": "^2.4.2",
"componentsjs": "3.3.0",
"mime": "^1.3.4",
"n3": "^0.9.0",
"negotiate": "^1.0.1",
"q": "^1.4.1",
"qejs": "^3.0.5",
"request": "^2.88.0",
"uritemplate": "^0.3.4"
},
"optionalDependencies": {
"access-log": "^0.3.9"
}
}