UNPKG

qobuz

Version:

Qobuz client library for Node.js

39 lines (38 loc) 853 B
{ "name": "qobuz", "version": "1.0.2-alpha", "description": "Qobuz client library for Node.js", "main": "index.js", "scripts": { "test": "mocha", "preversion": "npm test", "postversion": "npm publish && git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/fvilers/qobuz.git" }, "keywords": [ "qobuz", "music", "streaming", "client", "library" ], "author": "Fabian Vilers <fabian.vilers@dev-one.com", "license": "MIT", "bugs": { "url": "https://github.com/fvilers/qobuz/issues" }, "homepage": "https://github.com/fvilers/qobuz#readme", "devDependencies": { "chai": "4.1.1", "chai-as-promised": "7.1.1", "mocha": "3.5.0", "sinon": "3.2.1", "sinon-chai": "2.13.0" }, "dependencies": { "request": "2.81.0" } }