diff --git a/rpg-docs/package.json b/rpg-docs/package.json new file mode 100644 index 00000000..5bcc85fd --- /dev/null +++ b/rpg-docs/package.json @@ -0,0 +1,13 @@ +{ + "name": "rpg-docs", + "version": "0.10.0", + "description": "Unofficial Online Realtime D&D 5e App", + "scripts": { + "postinstall": "bower install" + }, + "repository": { + "type": "git", + "url": "https://github.com/ThaumRystra/RPG-Docs" + }, + "author": "Stefan Zermatten" +}