-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 768 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "superpowered",
"description": "Superpowered interactive audio features in JavaScript + WebAssembly.",
"version": "2.2.0",
"browser": "superpowered.js",
"scripts": {
"test": "echo \"No test specified.\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/superpoweredSDK/web-audio-javascript-webassembly-SDK-interactive-audio.git"
},
"keywords": ["superpowered", "audio"],
"author": "Splice",
"license": "SEE LICENSE IN /license",
"bugs": {
"url": "https://github.com/superpoweredSDK/web-audio-javascript-webassembly-SDK-interactive-audio/issues",
"email": "[email protected]"
},
"homepage": "https://superpowered.com/js-wasm-overview"
}