-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
45 lines (45 loc) · 1.04 KB
/
bower.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
{
"name": "ml-visjs-graph-ng",
"version": "2.4.0",
"authors": [
"Patrick McElwee <[email protected]>"
],
"description": "Graph visualizations for Angular app with VisJS, using triples stored in MarkLogic",
"main": [
"dist/ml-visjs-graph-ng.css",
"dist/ml-visjs-graph-ng.js",
"dist/ml-visjs-graph-ng-templates.js"
],
"dependencies": {
"angular": "^1.4.4",
"angular-bootstrap": "^1.1",
"angular-visjs": "https://github.com/visjs/angular-visjs.git#8a825e40852d29355a752ee1c30e28b3d989a1a8",
"vis": "~4.16.1"
},
"keywords": [
"MarkLogic",
"Visualization",
"Graph",
"VisJS",
"Semantics",
"Triples"
],
"license": "Apache License 2.0",
"homepage": "https://github.com/patrickmcelwee/ml-visjs-graph-ng",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"bower.json",
"README.markdown",
"test",
"tests"
],
"resolutions": {
"angular": "^1.4.4",
"vis": "~4.16.1"
},
"devDependencies": {
"angular-mocks": "^1.4.4"
}
}