-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.02 KB
/
package.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
{
"name": "ExtendProtVista",
"description": "Add more functionalities to UniProt-myProtVista",
"version": "3.3.0",
"homepage": "https://github.com/3dbionotes-community/extendProtVista",
"repository": {
"type": "git",
"url": "https://github.com/3dbionotes-community/extendProtVista"
},
"bugs": {
"url": "https://github.com/3dbionotes-community/extendProtVista/issues"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/3dbionotes-community/extendProtVista/blob/master/LICENSE"
}
],
"scripts": {
"build": "browserify -r ./extendProtVista.js:extendProtVista -o extendProtVista.bundle.js"
},
"dependencies": {},
"devDependencies": {
"browserify": "^10.2.6"
},
"keywords": [
"feature viewer",
"uniprot",
"biojs",
"protein features viewer",
"protein feature viewer",
"variation",
"proteomics",
"domains",
"protein"
]
}