-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1012 Bytes
/
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
{
"name": "audiovisualize",
"version": "1.1.1",
"description": "AudioVisualize is a JavaScript module that leverages the power of the Web Audio API to visualize and analyze audio in your web applications. It provides an easy-to-use interface for loading audio, extracting audio data, and creating visualizations.",
"main": "audiovisualize.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joepdooper/audiovisualize.git"
},
"keywords": [
"music",
"audio",
"visualize",
"visualizer",
"visualization",
"audio visualizer",
"Web Audio API",
"frequency",
"analysis",
"processing",
"Fast Fourier Transform",
"FFT",
"AnalyserNode",
"spectrum"
],
"author": "Joep Dooper",
"license": "MIT",
"bugs": {
"url": "https://github.com/joepdooper/audiovisualize/issues"
},
"homepage": "https://github.com/joepdooper/audiovisualize#readme"
}