UNPKG

3.35 kBJSONView Raw
1{
2 "name": "msa",
3 "description": "Display multiple sequences",
4 "version": "0.4.23",
5 "homepage": "http://github.com/wilzbach/msa",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/wilzbach/msa"
9 },
10 "contributors": [
11 {
12 "name": "Sebastian Wilzbach",
13 "email": "sebi.wilzbach@gmail.com",
14 "url": "https://sebi.wilzba.ch"
15 },
16 {
17 "name": "Tatyana Goldberg",
18 "email": "goldberg@rostlab.org",
19 "url": "http://rostlab.org/~goldberg/"
20 },
21 {
22 "name": "Guy Yachdav",
23 "email": "yachdav@rostlab.org",
24 "url": "https://www.linkedin.com/in/gyachdav"
25 }
26 ],
27 "author": "Sebastian Wilzbach <sebi.wilzbach@gmail.com>",
28 "dependencies": {
29 "backbone-childs": "^1.0.3",
30 "backbone-thin": "^1.0.8",
31 "backbone-viewj": "^1.0.1",
32 "biojs-events": "^0.0.4",
33 "biojs-io-clustal": "0.x",
34 "biojs-io-fasta": "0.x",
35 "biojs-io-gff": "0.x",
36 "biojs-model": "^0.0.2",
37 "biojs-vis-seqlogo": "^0.0.11",
38 "blueimp_canvastoblob": "^1.0.0",
39 "browser-saveas": "^1.0.0",
40 "dom-helper": "^1.0.0",
41 "jbone": "^1.1.2",
42 "koala-js": "^1.0.7",
43 "menu-builder": "^0.0.7",
44 "mouse-pos": "^1.0.3",
45 "msa-colorschemes": "^1.0.8",
46 "msa-seqtools": "^0.1.8",
47 "stat.seqs": "^0.1.20",
48 "underscore": "^1.6.0",
49 "xhr": "^1.17.0"
50 },
51 "devDependencies": {
52 "babel-cli": "^6.8.0",
53 "babel-core": "^6.8.0",
54 "babel-loader": "^6.2.4",
55 "babel-plugin-transform-export-extensions": "^6.8.0",
56 "babel-preset-es2015": "^6.3.13",
57 "biojs-io-newick": "git://github.com/wilzbach/biojs-io-newick",
58 "chai": "^1.9.1",
59 "css-loader": "^0.23.1",
60 "d3-scale": "^0.7.0",
61 "gulp": "^3.8.7",
62 "gulp-chmod": "^1.1.0",
63 "gulp-concat": "^2.3.4",
64 "gulp-gzip": "0.0.8",
65 "gulp-minify-css": "^0.3.7",
66 "gulp-mocha": "^0.5.2",
67 "gulp-rename": "^1.2.0",
68 "gulp-uglify": "^0.3.1",
69 "mkdirp-then": "^1.1.1",
70 "mocha": "^1.21.4",
71 "msa-tnt": "^0.1.7",
72 "prunner": "^1.0.0",
73 "sinon": "^1.12.1",
74 "sniper": "^0.2.16",
75 "style-loader": "^0.13.0",
76 "through2": "^0.6.3",
77 "tnt.tree": "0.0.10",
78 "uglify-js": "~2.4.15",
79 "webpack": "^1.13.0"
80 },
81 "keywords": [
82 "bio",
83 "biojs",
84 "galaxy-vis",
85 "msa",
86 "alignment",
87 "sequence"
88 ],
89 "main": "lib/index.js",
90 "scripts": {
91 "test": "echo 'temporarily disabled'",
92 "prepublish": "./node_modules/webpack/bin/webpack.js -p && gulp build && babel -d lib src",
93 "build": "./node_modules/webpack/bin/webpack.js -p && gulp build",
94 "sniper": "./node_modules/sniper/bin/sniper .",
95 "watch": "./node_modules/webpack/bin/webpack.js -w",
96 "w": "prunner 'npm run sniper' 'npm run watch'"
97 },
98 "license": "Apache-2.0",
99 "browserify": {
100 "exclude": [
101 "biojs-io-newick",
102 "msa-tnt"
103 ]
104 },
105 "biojs": {
106 "registryHeight": "400",
107 "screenshot": "screenshot.png",
108 "logo": "/logo.png",
109 "eventInstance": "m.g"
110 },
111 "sniper": {
112 "noBrowserify": true,
113 "buildJS": [
114 "https://cdn.bio.sh/msa/latest/msa.min.gz.js"
115 ],
116 "js": [
117 "dist/msa.js"
118 ],
119 "css": [
120 "css/msa.css"
121 ],
122 "snippets": [
123 "snippets"
124 ],
125 "first": "fer1"
126 },
127 "galaxy": {
128 "datatypes": [
129 "sequence.Fasta",
130 "sequences",
131 "msa.clustal"
132 ]
133 }
134}