UNPKG

833 BJSONView Raw
1{
2 "name": "node-id3",
3 "version": "0.1.11",
4 "description": "Pure JavaScript ID3 Tag writer/reader",
5 "author": "Jan Metzger <jan.metzger@gmx.net>",
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/Zazama/node-id3.git"
10 },
11 "bugs": {
12 "url": "https://github.com/Zazama/node-id3/issues"
13 },
14 "keywords": [
15 "id3",
16 "mp3",
17 "tags",
18 "music"
19 ],
20 "licenses": [
21 {
22 "type": "MIT",
23 "url": "https://github.com/Zazama/node-id3/raw/master/LICENSE"
24 }
25 ],
26 "homepage": "https://github.com/Zazama/node-id3#readme",
27 "directories": {
28 "example": "example"
29 },
30 "scripts": {
31 "test": "echo \"Error: no test specified\" && exit 1"
32 },
33 "license": "MIT",
34 "dependencies": {
35 "iconv-lite": "^0.4.15"
36 }
37}