-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 2.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 2.12 KB
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
{
"name": "Dotplot_wgl",
"description": "Dotplot using Javascript and WebGL",
"version": "1.2.0",
"license": "/*\n * dotplot_wgl: Dot-Plot implementation in JavaScript and WebGL..\n * Copyright (C) 2014 Jean-Christophe Taveau.\n *\n * This file is part of dotplot_wgl.\n *\n * dotplot_wgl is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * dotplot_wgl is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with dotplot_wgl. If not, see <http://www.gnu.org/licenses/>\n *\n * Authors:\n * Rania Assab\n * Aurélien Luciani\n * Quentin Riché-Piotaix\n * Mathieu Schaeffer\n */",
"contributors": [
{
"name": "Rania Assab",
"url": "https://github.com/RaniaAssab"
}, {
"name": "Aurélien Luciani",
"url": "https://github.com/aurel-l"
}, {
"name": "Quentin Riché-Piotaix",
"url": "https://github.com/qRp"
}, {
"name": "Mathieu Schaeffer",
"url": "https://github.com/MatSchaeff"
}
],
"repository" : {
"type": "git",
"url": "https://github.com/crazybiocomputing/dotplot_wgl"
},
"devDependencies": {
"grunt": "latest",
"grunt-autoprefixer": "latest",
"grunt-appcache": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-uglify": "latest",
"grunt-gh-pages": "latest",
"grunt-jsdoc": "latest",
"grunt-text-replace": "latest",
"load-grunt-tasks": "latest",
"time-grunt": "latest"
}
}