forked from Tonejs/Tone.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01003bc
commit 4c3e4cf
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ utils/npm/README.md | |
examples/deps/FileSaver.js | ||
|
||
examples/oscilloscope.html | ||
|
||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Tone", | ||
"description": "A Web Audio framework for making interactive music in the browser.", | ||
"main": "build/Tone.js", | ||
"keywords": [ | ||
"tone", | ||
"tonejs", | ||
"web audio" | ||
], | ||
"ignore": [ | ||
"examples", | ||
"test" | ||
], | ||
"authors": [ | ||
"Yotam Mann", "Yotam Mann <[email protected]>" | ||
] | ||
|
||
} |