-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 863 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
{
"name": "pad-dj-for-lives",
"version": "1.0.0",
"description": "Live Pad, developed with dedication by Miguel Kallemback, represents a step forward in how we experience audio in our live streams and podcasts. Without the pretense of revolutionizing the market, offer a practical and efficient solution for audio enthusiasts.",
"main": "scripts.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aloproducao/pad-dj-for-lives.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aloproducao/pad-dj-for-lives/issues"
},
"homepage": "https://github.com/aloproducao/pad-dj-for-lives#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2"
}
}