forked from thomasfr/node-sparql-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 949 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
28
29
30
31
32
33
34
35
36
37
38
{
"author": "Thomas Fritz <[email protected]> (http://fritzthomas.com)",
"contributors": [
"Martin Franke <[email protected]> (http://semiwa.org)",
"Pieter Heyvaert <[email protected]> (http://semweb.mmlab.be/)"
],
"dependencies": {
"lodash": "^2.4.1",
"request": "^2.40.0"
},
"description": "Simple SPARQL Client for node.js",
"devDependencies": {},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"sparql",
"rdf"
],
"main": "index.js",
"name": "sparql-client",
"repository": {
"type": "git",
"url": "https://github.com/thomasfr/node-sparql-client.git"
},
"version": "0.2.0",
"bugs": {
"url": "https://github.com/thomasfr/node-sparql-client/issues"
},
"homepage": "https://github.com/thomasfr/node-sparql-client",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}