-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.05 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.7",
"homepage": "https://github.com/tpca/mecu-graph",
"author": {
"name": "Christian Dallago",
"email": "code@dallago.us"
},
"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": "^3.2.20",
"cytoscape-cola": "^2.2.4",
"everpolate": "^0.0.3"
},
"devDependencies": {
"browserify": "latest",
"watchify": "latest",
"webpack": "latest",
"webpack-cli": "^3.1.2"
},
"keywords": [
"biojs",
"visualization",
"js",
"bioinformatics",
"protein",
"biojs",
"mecu",
"graph"
]
}