-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 976 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
40
41
42
43
44
45
{
"name": "audio-format",
"version": "2.3.2",
"description": "Parse or stringify audio format",
"main": "index.js",
"scripts": {
"test": "node test",
"test:browser": "budo test"
},
"repository": {
"type": "git",
"url": "https://github.com/audiojs/audio-format"
},
"keywords": [
"audio",
"audiojs",
"pcm",
"dsp",
"sound",
"processing",
"ndsamples",
"audio-format",
"web-audio",
"waa"
],
"author": "Dmitry Yvanov <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/audiojs/audio-format/issues"
},
"homepage": "https://github.com/audiojs/audio-format",
"dependencies": {
"is-audio-buffer": "^1.0.11",
"is-buffer": "^1.1.5",
"is-plain-obj": "^2.0.0",
"pick-by-alias": "^1.2.0",
"sample-rate": "^2.0.0"
},
"devDependencies": {
"audio-buffer": "^4.0.1",
"ndarray": "^1.0.18",
"ndsamples": "^1.0.0",
"tape": "^4.6.3"
}
}