We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf93b8f commit e34c074Copy full SHA for e34c074
package.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "opusify",
3
+ "version": "1.0.0",
4
+ "description": "Transcode radio streams to Opus-encoded audio streams",
5
+ "main": "app.js",
6
+ "devDependencies": {
7
+ "coffee-script": "^1.7.1"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/LeWarpy/opusify.git"
15
16
+ "keywords": [
17
+ "opus"
18
+ ],
19
+ "author": "LeWarpy <[email protected]>",
20
+ "license": "UNLICENSED",
21
+ "bugs": {
22
+ "url": "https://github.com/LeWarpy/opusify/issues"
23
24
+ "homepage": "https://github.com/LeWarpy/opusify#readme",
25
+ "dependencies": {
26
+ "express": "^4.18.2"
27
+ }
28
+}
0 commit comments