-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "rastervis",
"version": "0.0.1",
"description": "Interactive visualization of spike rasters and peri-event time histograms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower cache clean && bower install && gulp",
"prepublish": "gulp build && gulp zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeurophysVis/RasterVis.git"
},
"keywords": [
"Raster",
"Histogram",
"Neuroscience",
"Spikes",
"Electrophysiology"
],
"author": "Eric Denovellis <[email protected]> (http://ericdeno.com)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/NeurophysVis/RasterVis/issues"
},
"homepage": "https://github.com/NeurophysVis/RasterVis#readme",
"devDependencies": {
"bower": "^1.8.8",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^2.4.0",
"gulp-jsonminify": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.7.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.1.0",
"imagemin-pngquant": "^4.2.0",
"rollup": "^3.29.5"
},
"dependencies": {
"d3-queue": "^2.0.2",
"d3-save-svg": "0.0.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"npm": "^9.4.1"
}
}