-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 912 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 912 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
{
"name": "sptf2tdl",
"version": "1.0.0",
"description": "A simple Python web appplication for porting Spotify playlists to TIDAL. \r It uses Flask, SQLAlchemy and Socket-IO for the backend and simple HTML, Bootstrap theme and React for the frontend. The matching algorithm will pick master quality track versions where found.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel --watch app/static/src --out-dir app/static/ --presets react-app/prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v3rbalgit/sptf2tdl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/v3rbalgit/sptf2tdl/issues"
},
"homepage": "https://github.com/v3rbalgit/sptf2tdl#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2"
}
}