-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 789 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 789 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
{
"name": "@superpoweredsdk/web",
"version": "2.8.0",
"description": "Superpowered interactive audio features in JavaScript + WebAssembly.",
"main": "dist/Superpowered.js",
"browser": "dist/Superpowered.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+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"
},
"homepage": "https://docs.superpowered.com"
}