forked from shawnbot/itunes-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 787 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
{
"name": "itunes-data",
"version": "0.1.3",
"description": "Export your iTunes library metadata in easy-to-read formats",
"main": "index.js",
"bin": {
"itunes-data": "cli.js"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/shawnbot/itunes-data.git"
},
"keywords": [
"itunes",
"data"
],
"author": "Shawn Allen",
"license": "MIT",
"bugs": {
"url": "https://github.com/shawnbot/itunes-data/issues"
},
"homepage": "https://github.com/shawnbot/itunes-data",
"dependencies": {
"JSONStream": "^0.8.2",
"fast-csv": "^0.4.0",
"ldjson-stream": "0.0.1",
"multimeter": "^0.1.1",
"node-expat": "^2.2.0",
"optimist": "^0.6.1",
"progress-stream": "^0.5.0"
}
}