rhapsody-api
Version:
Rhapsody/Napster API for NodeJS
31 lines (30 loc) • 698 B
JSON
{
"name": "rhapsody-api",
"description": "Rhapsody/Napster API for NodeJS",
"author": "Nathan Daniel <nathan.daniel@shifttechnology.io>",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/shifttechnology/rhapsody-api.git"
},
"dependencies": {
"request": "*",
"promise": "^6.1.0"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"bugs": {
"url": "https://github.com/shifttechnology/rhapsody-api/issues"
},
"homepage": "https://github.com/shifttechnology/rhapsody-api",
"main": "rhapsody.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"rhapsody","napster","music","api"
],
"license": "MIT"
}