forked from audiojs/web-audio-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 756 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 756 Bytes
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
{
"name": "web-audio-api",
"version": "0.1.5",
"author": "Sébastien Piquemal <sebpiq@gmail.com>",
"description": "Node.js implementation of Web audio API",
"repository": {
"type": "git",
"url": "https://github.com/sebpiq/node-web-audio-api.git"
},
"keywords": [
"audio",
"sound",
"music",
"web audio",
"web audio api",
"dsp"
],
"dependencies": {
"async": "0.2.x",
"underscore": "1.4.x",
"mathjs": "0.9.x",
"av": "0.2.x",
"pcm-boilerplate": "0.1.x",
"audiobuffer": "0.2.x"
},
"optionalDependencies": {
"speaker": "0.0.x"
},
"analyze": false,
"devDependencies": {
"mocha": "*",
"chai": "1.7.x"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}