-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 960 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
29
30
31
32
33
34
35
36
37
{
"name": "learnfy",
"version": "1.0.0",
"description": "Create a music genre dataset (metadata or audio) for classification using the Spotify Web API",
"main": "learnfy.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hguimaraes/learnfy.git"
},
"author": "Heitor Guimarães",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hguimaraes/learnfy/issues"
},
"homepage": "https://github.com/Hguimaraes/learnfy#readme",
"dependencies": {
"ascii-progress": "^1.0.5",
"body-parser": "^1.16.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"https": "^1.0.0",
"json2csv": "^3.7.3",
"jsonfile": "^2.4.0",
"morgan": "^1.8.1",
"path": "^0.12.7",
"querystring": "^0.2.0",
"request": "^2.79.0"
}
}