@redline187/spotify-web-api-node
Version:
A Node.js wrapper for Spotify's Web API
58 lines (57 loc) • 1.32 kB
JSON
{
"name": "@redline187/spotify-web-api-node",
"version": "4.0.11",
"homepage": "https://github.com/redline187/spotify-web-api-node",
"description": "A Node.js wrapper for Spotify's Web API",
"main": "./src/server.js",
"author": "Michael Thelin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/redline187/spotify-web-api-node.git"
},
"dependencies": {
"superagent": "^3.7.0"
},
"scripts": {
"test": "jest",
"travis": "npm test -- --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"precommit": "lint-staged"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --single-quote --write",
"git add"
]
},
"devDependencies": {
"coveralls": "^2.13.3",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.0.5",
"prettier": "1.12.1",
"sinon": "~1.12.2"
},
"keywords": [
"spotify",
"echonest",
"music",
"api",
"wrapper",
"client",
"web api"
],
"browser": {
"./src/server.js": "./src/client.js"
},
"bugs": {
"url": "https://github.com/thelinmichael/spotify-web-api-node/issues"
},
"directories": {
"example": "examples"
}
}