This repository was archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.58 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.58 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "phuzzy.link",
"version": "0.9.0",
"description": "Linked Data interface for SPARQL endpoints",
"author": {
"name": "Blake Regalia",
"email": "blake.regalia@gmail.com"
},
"contributors": [
"Bryce Mecum <mecum@nceas.ucsb.edu>",
"Thomas Thelen <thelen@nceas.ucsb.edu>",
"Austin Truchan <truchan@msu.edu>",
"Rui Zhu <ruizhu@ucsb.edu>"
],
"files": [
"dist"
],
"license": "Apache-2.0",
"main": "dist/main/phuzzy.js",
"keywords": [
"linked-data",
"semantic-web"
],
"repository": "KnowWhereGraph/phuzzylink.git",
"scripts": {
"test": "gulp"
},
"devDependencies": {
"@graphy/core.data.factory": "^3.2.2",
"browserify": "^16.2.3",
"less": "^3.13.1",
"pug": "^2.0.3",
"pug-cli": "^1.0.0-alpha6"
},
"dependencies": {
"async": "^3.2.1",
"body-parser": "^1.19.0",
"brace": "^0.11.1",
"browser-request": "^0.3.3",
"browserify-middleware": "^8.1.1",
"color-scheme": "^1.0.1",
"cors": "^2.8.5",
"drag-drop": "^7.2.0",
"express": "^4.16.4",
"express-negotiate": "0.0.6",
"font-awesome": "^4.7.0",
"graphy": "^2.0.2",
"http-proxy-middleware": "^0.19.1",
"jquery-browserify": "^1.8.1",
"jsonld": "^1.6.0",
"leaflet": "^1.4.0",
"less-middleware": "^2.2.1",
"mkdirp": "^0.5.1",
"pg": "^7.10.0",
"request": "^2.88.0",
"socket.io-client": "^4.2.0",
"socket.io-stream": "^0.9.1",
"stream-to-array": "^2.3.0",
"uglify": "^0.1.5",
"uglifyify": "^4.0.5",
"webtorrent": "^1.5.8",
"wellknown": "^0.5.0",
"worker": "^0.3.12"
}
}