forked from parshap/node-ffmetadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 794 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
{
"name": "ffmetadata",
"version": "1.3.0",
"description": "Read and write media metadata using ffmpeg",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:parshap/node-ffmetadata.git"
},
"keywords": [
"music",
"media",
"metadata",
"ffmetadata",
"ffmpeg",
"mp3",
"id3"
],
"author": "Parsha Pourkhomami",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/parshap/node-ffmetadata/issues"
},
"dependencies": {
"concat-stream": "~1.0.0",
"through": "~2.3.4",
"split": "~0.2.6",
"stream-combiner": "0.0.2",
"stream-filter": "1"
},
"devDependencies": {
"tape": "~1.0.4"
}
}