forked from eddieantonio/node-sparql-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "@innotrade/enapso-sparql-client",
"version": "1.1.8",
"author": "Eddie Antonio Santos <easantos@ualberta.ca> (http://eddieantonio.ca/)",
"contributors": [
"Martin Franke <martin@semiwa.org> (http://semiwa.org)",
"Pieter Heyvaert <pheyvaer.heyvaert@ugent.be> (http://semweb.mmlab.be/)",
"Thomas Fritz <fritztho@gmail.com> (http://fritzthomas.com)",
"Muhammad Yasir",
"Alexander Schulze"
],
"dependencies": {
"axios": "1.1.3",
"lodash": "^4.17.21",
"promise-nodeify": "^3.0.1",
"superagent": "^8.0.6"
},
"description": "SPARQL Client for JavaScript",
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"jasmine": "^4.5.0",
"nock": "^13.2.9",
"traceur": "0.0.111"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"sparql",
"rdf"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:innotrade/enapso-sparql-client.git"
},
"bugs": {
"url": "https://github.com/innotrade/enapso-sparql-client/issues"
},
"homepage": "https://github.com/innotrade/enapso-sparql-client",
"directories": {
"test": "spec"
},
"scripts": {
"test": "jasmine"
},
"license": "MIT"
}