forked from stardog-union/stardog.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
72 lines (72 loc) · 1.6 KB
/
bower.json
File metadata and controls
72 lines (72 loc) · 1.6 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"
},
"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": {
"jquery": "~1.11.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "~1.18.2",
"expect": "~0.3.1"
},
"licenses": [{
"type": "Apache License, Version 2.0"
}],
"ignore": [
"**/.*",
"data",
"load_test_data.sh",
"package.json",
"test",
"node_modules",
"components"
]
}