-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 995 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
{
"name": "audio-buffer-utils",
"version": "3.1.2",
"description": "Utility functions for AudioBuffers",
"main": "index.js",
"scripts": {
"test": "node test.js",
"test:browser": "budo test.js"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/jaz303/audio-buffer-utils.git"
},
"keywords": [
"web",
"audio",
"api",
"buffer",
"web audio",
"audio-buffer"
],
"author": "Jason Frame <jason@onehackoranother.com> (http://jasonframe.co.uk)",
"contributors": [
"Dmitry Yv <dfcreative@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/jaz303/audio-buffer-utils/issues"
},
"homepage": "https://github.com/jaz303/audio-buffer-utils",
"devDependencies": {
"is-browser": "^2.0.1",
"tst": "^1.3.1"
},
"dependencies": {
"audio-buffer": "^2.0.0",
"is-audio-buffer": "^1.0.0",
"is-browser": "^2.0.1",
"typedarray-methods": "^1.0.0"
}
}