This repository has been archived by the owner on May 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
127 lines (127 loc) · 3.2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "msa",
"description": "Display multiple sequences",
"version": "0.0.0",
"homepage": "http://github.com/wilzbach/msa",
"repository": {
"type": "git",
"url": "git://github.com/wilzbach/msa"
},
"contributors": [
{
"name": "Sebastian Wilzbach",
"email": "[email protected]",
"url": "https://sebi.wilzba.ch"
},
{
"name": "Tatyana Goldberg",
"email": "[email protected]",
"url": "http://rostlab.org/~goldberg/"
},
{
"name": "Guy Yachdav",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/gyachdav"
}
],
"author": "Sebastian Wilzbach <[email protected]>",
"dependencies": {
"backbone-childs": "^1.0.3",
"backbone-thin": "^1.0.8",
"backbone-viewj": "^1.0.1",
"bio.io": "https://github.com/wilzbach/bio.io.git#233c569a000b4e481bc682dc1c5024aaa8f4c3b6",
"biojs-events": "^0.0.4",
"biojs-model": "^0.0.2",
"biojs-vis-seqlogo": "0.0.14",
"blueimp_canvastoblob": "^1.0.0",
"browser-saveas": "^1.0.1",
"dom-helper": "^1.0.0",
"jbone": "^1.1.2",
"koala-js": "^1.0.7",
"linear-scale": "0.0.1",
"lodash": "^4.13.1",
"mouse-pos": "^1.0.3",
"msa-colorschemes": "^1.0.10",
"stat.seqs": "^0.1.21",
"xhr": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"biojs-io-newick": "^1.5.0",
"chai": "^1.9.1",
"css-loader": "^0.23.1",
"d3-scale": "^0.7.0",
"gulp": "^3.8.7",
"gulp-chmod": "^1.1.0",
"gulp-concat": "^2.3.4",
"gulp-gzip": "0.0.8",
"gulp-minify-css": "^0.3.7",
"gulp-mocha": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"mkdirp-then": "^1.1.1",
"mocha": "^1.21.4",
"msa-tnt": "^0.1.20",
"prunner": "^1.0.0",
"sinon": "^1.12.1",
"sniper": "^0.2.16",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.0",
"through2": "^0.6.3",
"tnt.tree": "0.1.4",
"uglify-js": "~2.6.2",
"webpack": "^1.13.0"
},
"keywords": [
"bio",
"biological",
"biojs",
"galaxy-vis",
"msa",
"multiple",
"sequence",
"alignment",
"fasta",
"clustal"
],
"main": "lib/index.js",
"scripts": {
"test": "echo 'temporarily disabled'",
"prepublish": "node ./node_modules/webpack/bin/webpack.js -p && gulp build && babel -d lib src",
"build": "node ./node_modules/webpack/bin/webpack.js -p && gulp build",
"sniper": "node ./node_modules/sniper/bin/sniper .",
"watch": "node ./node_modules/webpack/bin/webpack.js -w",
"w": "prunner \"npm run sniper\" \"npm run watch\""
},
"license": "BSL-1.0",
"biojs": {
"registryHeight": "400",
"screenshot": "screenshot.png",
"logo": "/logo.png",
"eventInstance": "m.g"
},
"sniper": {
"noBrowserify": true,
"buildJS": [
"https://cdn.bio.sh/msa/latest/msa.min.gz.js"
],
"js": [
"dist/msa.js"
],
"snippets": [
"snippets"
],
"first": "fer1"
},
"galaxy": {
"datatypes": [
"sequence.Fasta",
"sequences",
"msa.clustal"
]
}
}