whs-cube-spheres
Version:
This plugin has a container with multiple spheres.
18 lines (17 loc) • 378 B
JSON
{
"name": "whs-module-audio",
"version": "0.0.1",
"description": "Audio module for whs",
"main": "build/AudioPlugin.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whs-module",
"audio"
],
"author": "hirako2000",
"license": "MIT"
}