UNPKG

517 BJSONView Raw
1{
2 "name": "google-music-sync",
3 "version": "0.1.7",
4 "description": "Sync google music playlists to your iTunes",
5 "main": "index.js",
6 "bin": "index.js",
7 "author": "Evgen Filatov",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:wtfil/google-music-sync.git"
12 },
13 "dependencies": {
14 "applescript": "^1.0.0",
15 "async": "^1.0.0",
16 "commander": "^2.8.1",
17 "playmusic": "^2.0.2",
18 "progress": "^1.1.8",
19 "readline-sync": "^1.2.17",
20 "request": "^2.56.0"
21 }
22}