-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
83 lines (83 loc) · 1.89 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
{
"name": "muts-needle-plot",
"description": "Draws a Needle-Plot for mutation data (stacked).",
"version": "0.9.1",
"homepage": "https://github.com/bbglab/muts-needle-plot",
"author": {
"name": "Michael P Schroeder",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/bbglab/muts-needle-plot.git"
},
"bugs": {
"url": "https://github.com/bbglab/muts-needle-plot.git/issues"
},
"license": "Apache 2",
"main": "src/js/MutNeedles",
"scripts": {
"build": "gulp build",
"build-browser": "gulp build-browser",
"build-browser-min": "gulp build-browser-gzip",
"prepublish": "gulp",
"sniper": "sniper .",
"watch": "gulp watch"
},
"dependencies": {
"biojs-events": "0.0.4",
"sniper": "^0.2.16",
"d3-tip": "0.6.7",
"js-class": "0.0.2",
"js-extend": "0.0.2"
},
"devDependencies": {
"sniper": "^0.0.4",
"browserify": "5.x",
"d3": "3.5.1",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-chmod": "^1.1.1",
"gulp-concat": "^2.3.4",
"gulp-gzip": "0.0.8",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.2",
"mkdirp": "^0.5.0",
"underscore": "1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
},
"biojs": {
"logo": "/",
"registryHeight": "520"
},
"sniper": {
"js": [
"/build/muts-needle-plot.js",
"/src/js/dependencies/d3.js",
"/src/js/dependencies/underscore.js",
"/src/js/d3-svg-legend.js"
],
"css": [
"/build/muts-needle-plot.css"
],
"snippets": [
"snippets"
],
"first": "TP53_OVARY"
},
"keywords": [
"needle-plot",
"mutations",
"visualization",
"plot",
"lollipop-plot",
"stem-plot",
"genomics",
"biojs"
]
}