forked from DainisGorbunovs/SongID
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 762 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 762 Bytes
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
29
30
31
32
{
"name": "songid",
"version": "1.0.0",
"description": "Web Shazam for song recognition",
"main": "server.js",
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DainisGorbunovs/SongID.git"
},
"keywords": [
"song",
"ID",
"recognition",
"shazam"
],
"author": "Dainis Gorbunovs, Raul Lozano Martin, Olaf Szmidt, Preslav Venkov",
"license": "ISC",
"bugs": {
"url": "https://github.com/DainisGorbunovs/SongID/issues"
},
"homepage": "https://github.com/DainisGorbunovs/SongID#readme",
"dependencies": {
"express": "^4.14.0",
"multer": "^1.2.0",
"shazamapi-node": "^1.0.3",
"youtube-node": "^1.3.0"
}
}