UNPKG

itunes-info

Version:
43 lines (42 loc) 904 B
{ "name": "itunes-info", "version": "0.5.0", "description": "iTunes info downloader", "bin": { "itunes-info": "dist/index.js" }, "main": "dist/itunes.js", "dependencies": { "minimist": "^1.2.0", "os-locale": "^2.0.0", "request": "^2.79.0", "winston": "^2.3.0" }, "scripts": { "build": "./node_modules/.bin/babel src -d dist", "test": "./node_modules/.bin/mocha --compilers js:babel-core/register", "start": "node dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/Jense5/itunes-info" }, "keywords": [ "itunes", "info", "track", "data", "download", "mp3", "tags" ], "author": "Jensen Bernard", "license": "MIT", "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-preset-latest": "^6.16.0", "chai": "^3.5.0", "mocha": "^3.2.0" } }