forked from soundio/soundstage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.03 KB
/
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
{
"name": "soundstage",
"title": "Soundstage",
"version": "0.8.1",
"homepage": "http://sound.io",
"description": "Soundstage is an object model for Web Audio processing graphs. It provides an API for creating, manipulating and observing graphs, a sequencing engine for event record and playback, and a JSONify-able structure for import and export of Soundstage projects.",
"repository": {
"type": "git",
"url": "https://github.com/soundio/soundstage.git"
},
"author": {
"name": "Stephen Band",
"url": "https://stephen.band",
"twitter": "stephband"
},
"bugs": {
"url": "https://github.com/soundio/soundstage/issues"
},
"licenses": [],
"keywords": [
"javascript",
"browser",
"web",
"audio",
"sound",
"soundio",
"soundstage",
"sequence"
],
"module": "module.js",
"main": "build/module.js",
"builderExcludes": [
".git",
"node_modules",
"archive"
]
}