-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 941 Bytes
/
package.json
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
28
{
"name": "radiodorfdepp",
"version": "1.0.0",
"description": "This is a nice, simple and funny JS Beginner Project for my friends from [Radio Dorfdepp](https://soundcloud.com/radiodorfdepp). 🧠 ✨ 📻 🎶",
"main": "ening to the random sound files...we will publish that stuff shortly on [kallekrass.de](https://kallekrass.de) 🎤 and [stefanpertschi.de](https://stefanpertschi.de) 🤖 💘 Lot's of Robo-Love SP ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StPercy/RadioDorfdepp.git"
},
"keywords": [
"mp3",
"random",
"player"
],
"author": "stefan pertschi",
"license": "ISC",
"bugs": {
"url": "https://github.com/StPercy/RadioDorfdepp/issues"
},
"homepage": "https://github.com/StPercy/RadioDorfdepp#readme",
"dependencies": {
"express": "^4.17.2",
"ngrok": "^4.2.2"
}
}