i1-soundcloud
Version:
tiny client to the soundcloud `i1/tracks#streams` resource
35 lines (34 loc) • 751 B
JSON
{
"name": "i1-soundcloud",
"version": "1.0.0",
"description": "tiny client to the soundcloud `i1/tracks#streams` resource",
"main": "index.js",
"scripts": {
"test": "tap test/"
},
"repository": {
"type": "git",
"url": "https://github.com/francismakes/i1-soundcloud"
},
"keywords": [
"soundcloud",
"i1",
"api",
"streams"
],
"author": "francismakes",
"license": "MIT",
"bugs": {
"url": "https://github.com/francismakes/i1-soundcloud/issues"
},
"homepage": "https://github.com/francismakes/i1-soundcloud",
"dependencies": {
"soundcloud-resolve": "0.0.1",
"request": "~2.39.0"
},
"devDependencies": {
"getconfig": "~0.3.0",
"tap": "~0.4.12",
"sinon": "~1.10.3"
}
}