UNPKG

spotid3

Version:

Tags your .MP3 files with just the filename and a source from Spotify.

29 lines (28 loc) 633 B
{ "name": "spotid3", "version": "1.0.1", "description": "Tags your .MP3 files with just the filename and a source from Spotify.", "main": "main.js", "repository": { "type": "git", "url": "git+https://github.com/Le0X8/SpotID3.git" }, "keywords": [ "ID3", "MP3", "Spotify" ], "author": "LeoX DEV", "license": "MIT", "bugs": { "url": "https://github.com/Le0X8/SpotID3/issues" }, "homepage": "https://github.com/Le0X8/SpotID3#readme", "dependencies": { "fs": "^0.0.1-security", "https": "^1.0.0", "node-id3": "^0.2.5", "spotifydb": "^1.1.2", "url": "^0.11.0" } }