forked from sanderlab/alignmentviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 769 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 769 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
{
"name": "alignmentviewer",
"version": "2.0.0",
"description": "AlignmentViewer is multiple sequence alignment viewer for protein families with flexible visualization, analysis tools and links to protein family databases.",
"main": "index.html",
"repository": "https://github.com/dfci/alignmentviewer",
"author": "Roc Reguant",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/jquery": "^3.3.30",
"@types/jqueryui": "^1.12.7",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-jsdoc-rules": "^0.2.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.5.2"
},
"dependencies": {
"bioblocks-viz": "^0.0.139"
}
}