-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.55 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "foglet-ndp",
"version": "5.0.1",
"description": "This project aims to provide a simple neighbours delegated protocol and implement various SPARQL query delegation protocols",
"main": "foglet-ndp.js",
"scripts": {
"build": "foglet-scripts build",
"start": "foglet-scripts start",
"doc": "esdoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ran3d/foglet-ndp.git"
},
"keywords": [
"spray-wrtc",
"foglet-core",
"neighbours",
"delegated",
"delegation",
"protocol",
"ldf",
"SPARQL",
"query delegation"
],
"author": "Grall Arnaud (Folkvir)",
"contributors": [
"Thomas Minier <thomas.minier@protonmail.com"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ran3d/foglet-ndp/issues"
},
"homepage": "https://github.com/ran3d/foglet-ndp#readme",
"dependencies": {
"debug": "^3.1.0",
"fixed-array": "^1.0.0",
"foglet-core": "5.0.x",
"immutable": "^3.8.2",
"ldf-client": "git+https://github.com/folkvir/Client.js.git",
"lodash.max": "^4.0.1",
"lodash.maxby": "^4.6.0",
"lodash.merge": "^4.6.1",
"lodash.minby": "^4.6.0",
"moment": "^2.22.2",
"q": "^2.0.3",
"regression": "^2.0.1",
"request": "^2.87.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"esdoc": "^1.1.0",
"esdoc-node": "^1.0.3",
"esdoc-standard-plugin": "^1.0.0",
"foglet-scripts": "^0.3.3",
"json-loader": "^0.5.7",
"karma-firefox-launcher": "^1.1.0",
"uglifyjs-webpack-plugin": "^1.2.5"
},
"bundledDependencies": [
"debug",
"foglet-core",
"immutable",
"ldf-client",
"moment",
"q",
"uuid"
]
}