forked from Genentech/pviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 819 Bytes
/
Copy pathbower.json
File metadata and controls
39 lines (39 loc) · 819 Bytes
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
{
"name": "pviz",
"version": "0.1.2",
"main": [
"build/pviz-amd.js",
"build/pviz-core.css"
],
"homepage": "https://github.com/Genentech/pviz/",
"authors": [
"Alexandre Masselot",
"Kiran Mukhyala"
],
"description": "pViz.js: a dynamic JavaScript & SVG library for visualization of protein sequence features",
"keywords": [
"pviz",
"protein",
"sequence",
"sequence features",
"visualization"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=2.0",
"underscore-amd": "1.4.4",
"bootstrap": "3.0.0",
"backbone-amd": "1.0.0",
"d3": "~3.3.0",
"requirejs-text": "~2.0.10",
"requirejs-domready": "~2.0.1",
"requirejs": "~2.1.9"
}
}