UNPKG

969 BJSONView Raw
1{
2 "name": "node-id3",
3 "version": "0.2.1",
4 "description": "Pure JavaScript ID3v2 Tag writer and 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 "ID3v2",
17 "metadata",
18 "tags",
19 "mp3",
20 "audio",
21 "music"
22 ],
23 "licenses": [
24 {
25 "type": "MIT",
26 "url": "https://github.com/Zazama/node-id3/raw/master/LICENSE"
27 }
28 ],
29 "homepage": "https://github.com/Zazama/node-id3#readme",
30 "directories": {
31 "test": "test",
32 "example": "example"
33 },
34 "scripts": {
35 "test": "mocha"
36 },
37 "license": "MIT",
38 "dependencies": {
39 "iconv-lite": "0.6.2"
40 },
41 "devDependencies": {
42 "chai": "^4.2.0",
43 "jsmediatags": "^3.9.3",
44 "mocha": "8.1.3"
45 }
46}