-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 784 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
{
"name": "sharp11-web-audio",
"version": "1.0.5",
"description": "A Sharp11 plugin for playing notes, scales, and chords with Web Audio.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jsrmath/sharp11-web-audio.git"
},
"keywords": [
"sharp11",
"web",
"audio",
"note",
"scale",
"chord",
"playback"
],
"author": "Julian Rosenblum <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jsrmath/sharp11-web-audio/issues"
},
"homepage": "https://github.com/jsrmath/sharp11-web-audio#readme",
"dependencies": {
"async": "^1.5.2",
"base64-arraybuffer": "^0.1.5",
"sharp11": "^2.0.1",
"underscore": "^1.8.3",
"waaclock": "^0.5.3"
}
}