We have audio! Thanks @orsi!

This commit is contained in:
jorsi
2020-05-28 19:10:09 -04:00
committed by Michael Townsend
parent d6d1c1b987
commit a601473645
106 changed files with 1415 additions and 399 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "adarkroom",
"type": "module",
"version": "1.0.0",
"private": true,
"repository": "git@github.com:doublespeakgames/adarkroom.git",
"author": "Michael Townsend <michael@doublespeakgames.com>",
"license": "MPL-2.0",
"scripts": {
"start": "node dev-server.js"
},
"dependencies": {
"express": "^4.17.1"
}
}