Spotify.NET/SpotifyAPI.Docs/package.json

17 lines
354 B
JSON
Raw Normal View History

2019-08-16 23:40:04 +01:00
{
"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": {
2020-03-26 17:32:32 +00:00
"vuepress": "^1.4.0"
2019-08-16 23:40:04 +01:00
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
}
}