forked from Jack12816/id3-writer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "id3-writer",
"version": "1.2.2",
"description": "Binding to id3lib and eyeD3",
"main": "index.js",
"homepage": "https://github.com/Jack12816/id3-writer",
"repository": {
"type": "git",
"url": "git://github.com/Jack12816/id3-writer"
},
"bugs": {
"url": "https://github.com/Jack12816/id3-writer/issues"
},
"scripts": {
"test": "make test"
},
"keywords": [
"id3",
"writer",
"binding",
"id3lib",
"eyeD3"
],
"author": "Hermann Mayer <[email protected]> (http://hermann-mayer.net/)",
"license": "LGPL",
"devDependencies": {
"coveralls": "^2.11.2",
"fs-extra": "^0.12.0",
"id3js": "^1.1.3",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"musicmetadata": "^0.5.0",
"should": "^4.1.0"
},
"dependencies": {
"async": "^1.5.0",
"extend": "^3.0.0",
"iconv": "^2.1.4",
"mime": "^1.2.11"
}
}