forked from stardog-union/stardog.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.68 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
66
67
68
69
70
71
72
{
"name": "stardog",
"version": "0.3.1",
"description": "Stardog JavaScript Framework for node.js and the browser - Develop apps using the Stardog RDF Database & JS.",
"homepage": "http://complexible.github.com/stardog.js",
"keywords": ["stardog", "rdf", "sparql", "library", "semantic web", "linked data"],
"main": "js/stardog.js",
"author": {
"name": "Complexible Inc",
"email": "inquiries@complexible.com",
"url": "http://complexible.com"
},
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"contributors": [
{
"name": "Edgar Rodriguez",
"email": "edgar@complexible.com"
},
{
"name": "Fernando Hernandez",
"email": "fernando@complexible.com"
},
{
"name": "Maurice Rabb",
"email": "github@mauricerabb.com"
},
{
"name": "Laszlo"
},
{
"name": "Jonathan Abourbih",
"email": "jon.abourbih+github@gmail.com"
},
{
"name": "Andhika Nugraha",
"email": "andhika.nugraha@outlook.com"
},
{
"name": "BeArnis"
},
{
"name": "Ron Michael Zettlemoyer",
"email": "ron@zettlemoyer.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/complexible/stardog.js"
},
"bugs": {
"url": "https://github.com/complexible/stardog.js/issues"
},
"dependencies": {
"restler": "~3.2.2",
"querystring": "~0.2.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"request": "~2.34.0",
"win-spawn": "~2.0.0",
"mocha": "~1.18.2",
"expect.js": "~0.3.1",
"lodash": "~2.4.1"
},
"engines": "*",
"scripts": {
"test" : "node test.js"
}
}