mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
We have audio! Thanks @orsi!
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user