forked from tpca/mecu-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
38
39
40
41
42
43
44
45
46
{
"name": "mecu-graph",
"description": "Visualization of protein similarity based on melting curves and distance metric",
"version": "0.1.3",
"homepage": "https://github.com/tpca/mecu-graph",
"author": {
"name": "Christian Dallago",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/tpca/mecu-graph.git"
},
"bugs": {
"url": "https://github.com/tpca/mecu-graph/issues"
},
"license": "Apache-2.0",
"main": "build/mecu-graph.js",
"scripts": {
"build": "webpack",
"watch": "webpack --progress --colors --watch",
"docs": "mr-doc -s lib/ -o docs/ -n 'MeCu Graph'",
"prepublish": "webpack"
},
"dependencies": {
"cytoscape": "^2.7.13",
"cytoscape-cola": "^1.4.3",
"webcola": "^3.3.2",
"everpolate": "^0.0.3"
},
"devDependencies": {
"browserify": "latest",
"watchify": "latest",
"webpack": "latest"
},
"keywords": [
"biojs",
"visualization",
"js",
"bioinformatics",
"protein",
"biojs",
"mecu",
"graph"
]
}