soundcloud-node-api
Version:
(soundcloud-node-api) 
30 lines (29 loc) • 828 B
JSON
{
"name": "soundcloud-node-api",
"version": "0.0.9",
"description": "",
"main": "sound-cloud-api.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vineetasharma/soundcloud-node-api.git"
},
"author": {
"name": "Vineeta Sharma",
"email": "vineetasharma18791@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/vineetasharma/soundcloud-node-api/issues"
},
"homepage": "https://github.com/vineetasharma/soundcloud-node-api#readme",
"dependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"request": "^2.72.0",
"should": "^11.1.0"
}
}