UNPKG

548 BJSONView Raw
1{
2 "name": "musicmetadata",
3 "version": "0.4.3",
4 "homepage": "https://github.com/leetreveil/node-musicmetadata",
5 "authors": [
6 "Lee Treveil <leetreveil@gmail.com>"
7 ],
8 "description": "Streaming music metadata parser for node and the browser.",
9 "main": "dist/musicmetadata.js",
10 "keywords": [
11 "id3",
12 "music",
13 "tag",
14 "audio",
15 "mp3",
16 "wma"
17 ],
18 "license": "MIT",
19 "ignore": [
20 "**/.*",
21 "node_modules",
22 "bower_components",
23 "test",
24 "tests",
25 "lib",
26 "example",
27 "package.json"
28 ]
29}