forked from dy/gl-spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.79 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
{
"name": "gl-spectrum",
"version": "3.2.6",
"description": "Display spectrum data with webgl",
"main": "gl.js",
"dependencies": {
"a-weighting": "^1.1.0",
"canvas-loop": "^1.0.7",
"clamp": "^1.0.1",
"color-interpolate": "^1.0.2",
"color-parse": "^1.2.0",
"color-rgba": "^1.1.0",
"gl-util": "^1.1.6",
"inherits": "^2.0.1",
"is-browser": "^2.0.1",
"is-plain-obj": "^1.1.0",
"mumath": "^3.3.4",
"object-assign": "^4.1.0",
"pan-zoom": "^2.0.0",
"plot-grid": "^2.4.2",
"pretty-number": "^1.0.7"
},
"devDependencies": {
"app-audio": "^1.2.1",
"audio-context": "^1.0.1",
"bubleify": "^0.6.0",
"color-alpha": "^1.0.2",
"colormap": "^2.2.0",
"decibels": "^1.0.1",
"enable-mobile": "^1.0.7",
"fourier-transform": "^1.1.2",
"fps-indicator": "^1.1.0",
"get-float-time-domain-data": "^0.1.0",
"indexhtmlify": "^1.3.1",
"insert-styles": "^1.2.1",
"metadataify": "^1.0.2",
"nice-color-palettes": "^1.0.1",
"scijs-window-functions": "^2.0.2",
"settings-panel": "^1.8.17",
"spiral-2d": "^1.1.0",
"tinycolor2": "^1.4.1"
},
"scripts": {
"test": "budo test",
"test:browser": "budo test -- -g bubleify",
"test:iphone": "budo test.js -- -g bubleify",
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify > demo/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/gl-spectrum.git"
},
"keywords": [
"gl",
"spectrum",
"audio",
"a-weighting",
"psychoacoustics",
"acoustics",
"audio-vis"
],
"author": "ΔY <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/gl-spectrum/issues"
},
"homepage": "https://github.com/dfcreative/gl-spectrum#readme"
}