forked from harvard-dce/mh-workflowbrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 860 Bytes
/
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
{
"name": "mh-workflowbrowser",
"description": "Interactive visualization of Matterhorn workflows on zoomable timeline",
"license": "Apache-2.0",
"main": [
"app/scripts/main.js",
"app/styles/main.css"
],
"ignore": [
"doc",
"app/data",
"*.txt",
"favicon.ico",
"test",
"*.html",
"*.git*",
"*.md",
".*",
"Gruntfile.js",
"*.json"
],
"keywords": [
"matterhorn",
"timeline",
"d3",
"workflow",
"visualization"
],
"repository": {
"type": "git",
"url": "git://github.com/harvard-dce/mh-workflowbrowser.git"
},
"dependencies": {
"jquery": "~1.11.1",
"d3": "~3.5.3",
"bootstrap-multiselect": "~0.9.10",
"bootstrap": "3.3.1",
"d3-tip": "~0.6.6",
"underscore": "~1.7.0"
},
"resolutions": {
"d3": "~3.5.3"
}
}