forked from folkvir/sage-sparql-void
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 828 Bytes
/
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
{
"name": "experiments",
"version": "1.0.0",
"description": "Experimental study of the paper: Processing SPARQL Aggregate Queries with Web Preemption",
"main": "index.js",
"dependencies": {
"@comunica/actor-init-sparql": "^1.9.4",
"commander": "^4.0.1",
"isomorphic-fetch": "^3.0.0",
"ldf-server": "^2.2.5",
"object-sizeof": "^1.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JulienDavat/sage-sparql-void.git"
},
"author": "Arnaud Graals, Thomas Minier, Julien Aimonier-Davat",
"license": "ISC",
"bugs": {
"url": "https://github.com/JulienDavat/sage-sparql-void/issues"
},
"homepage": "https://github.com/JulienDavat/sage-sparql-void#readme"
}