nativescript-spotify
Version:
Spotify for your NativeScript app.
60 lines (59 loc) • 1.66 kB
JSON
{
"name": "nativescript-spotify",
"version": "1.6.1",
"description": "Spotify for your NativeScript app.",
"main": "spotify.js",
"typings": "spotify.d.ts",
"nativescript": {
"platforms": {
"ios": "2.3.0",
"android": "2.3.0"
}
},
"scripts": {
"build": "tsc",
"clean": "rm -rf demo/node_modules demo/lib demo/platforms",
"demo.ios": "npm run preparedemo; cd demo; tns emulate ios",
"demo.android": "npm run preparedemo; cd demo; tns run android",
"preparedemo": "npm run build; cd demo; tns plugin remove nativescript-spotify; tns plugin add ..; tns install",
"setup": "npm i; cd demo; npm install; cd ..; npm run build; cd demo; tns plugin add ..; cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/NathanWalker/nativescript-spotify.git"
},
"keywords": [
"NativeScript",
"Spotify",
"Music",
"Audio",
"JavaScript",
"Android",
"iOS"
],
"author": {
"name": "Nathan Walker",
"email": "walkerrunpdx@gmail.com"
},
"bugs": {
"url": "https://github.com/NathanWalker/nativescript-spotify/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/NathanWalker/nativescript-spotify/blob/master/LICENSE"
},
"contributors": [
{
"name": "Nathanael Anderson",
"email": "nathan@master-technology.com",
"url": "https://github.com/NathanaelA"
},
{
"name": "Brad Martin",
"email": "bradwaynemartin@gmail.com",
"url": "https://github.com/bradmartin"
}
],
"homepage": "https://github.com/NathanWalker/nativescript-spotify",
"readmeFilename": "README.md"
}