forked from hvianna/audioMotion-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 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
36
37
38
39
{
"name": "audiomotion-analyzer",
"description": "High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.",
"version": "3.2.1",
"main": "./src/audioMotion-analyzer.js",
"module": "./src/audioMotion-analyzer.js",
"types": "./src/index.d.ts",
"exports": {
".": "./src/audioMotion-analyzer.js"
},
"files": [
"src/**/*.js",
"src/**/*.d.ts"
],
"funding": {
"type": "Ko-fi",
"url": "https://ko-fi.com/hvianna"
},
"scripts": {
"start": "npx http-server"
},
"repository": {
"type": "git",
"url": "https://github.com/hvianna/audioMotion-analyzer"
},
"keywords": [
"spectrum analyzer",
"graphic analyzer",
"audio",
"music",
"visualization"
],
"author": "Henrique Vianna <[email protected]> (https://henriquevianna.com)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hvianna/audioMotion-analyzer/issues"
},
"homepage": "https://audiomotion.dev"
}