forked from Tonejs/Tone.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 735 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 735 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
{
"name": "tone",
"version": "0.6.0",
"description": "A Web Audio framework for making interactive music in the browser.",
"main": "build/Tone.js",
"files": [
"./README.md",
"build/Tone.min.js",
"build/Tone.js"
],
"scripts": {
"test": "cd gulp && gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Tonejs/Tone.js.git"
},
"keywords": [
"Web Audio",
"Web Audio API",
"Synthesis",
"Playback",
"Effect",
"Instrument",
"DSP",
"Signal Processing",
"Interactive Music"
],
"author": "Yotam Mann <yotammann@gmail.com> (http://yotammann.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tonejs/Tone.js/issues"
}
}