diff --git a/.minify.json b/.minify.json new file mode 100644 index 0000000..688c84f --- /dev/null +++ b/.minify.json @@ -0,0 +1,8 @@ +{ + "js": { + "type": "terser", + "terser": { + "mangle": false + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..41d325d --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "myplayer", + "version": "1.0.0", + "description": "A Web-MP3-Player with Playlist Support", + "main": "src/player.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://tk-sls.de/git/tk-sls.de/myplayer.git" + }, + "author": "tilt ", + "license": "MIT", + "dependencies": { + "minify": "^11.4.1" + } +}