Added Package.json to get Scalingo working

This commit is contained in:
Stefan Zermatten
2016-09-07 09:52:14 +02:00
parent d41c27c86d
commit be6f54e53a

13
rpg-docs/package.json Normal file
View File

@@ -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"
}