mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 23:46:27 +00:00
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"name": "SpotifyAPI.Docs",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/JohnnyCrazy/SpotifyAPI-NET",
|
|
"author": "Jonas Dellinger",
|
|
"license": "CUSTOM",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"vuepress": "^1.0.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs"
|
|
}
|
|
}
|