Spotify.NET/SpotifyAPI.Docs/package.json
2020-03-26 18:32:32 +01:00

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.4.0"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
}
}