{
  "name": "music-api",
  "version": "0.3.11",
  "description": "Centralized NodeJS api sdk for xiami, netease, and qq music.",
  "main": "src/index.js",
  "scripts": {
    "test": "node test/server.js",
    "start": "node test/server.js"
  },
  "keywords": ["API", "SDK", "Music", "Xiami", "Netease", "QQMusic"],
  "repository": {
    "type": "git",
    "url": "https://github.com/LIU9293/musicAPI.git"
  },
  "author": "Liu Kai - https://github.com/LIU9293",
  "license": "MIT",
  "dependencies": {
    "big-integer": "^1.6.17",
    "crypto-browserify": "^3.11.1",
    "es6-promise": "^4.1.1",
    "isomorphic-fetch": "^2.2.1",
    "querystring": "^0.2.0",
    "string": "^3.3.3",
    "xml-js": "^1.4.1"
  },
  "devDependencies": {
    "compression": "^1.6.2",
    "cors": "^2.8.3",
    "express": "^4.14.0",
    "morgan": "^1.8.2"
  }
}
