Added node versions to the package file to help the host build the app

This commit is contained in:
Stefan Zermatten
2020-03-06 08:57:13 +02:00
parent 797b6a0d88
commit 7055f4d990

View File

@@ -5,13 +5,17 @@
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ThaumRystra/RPG-Docs"
"url": "https://github.com/ThaumRystra/DiceCloud"
},
"author": "Stefan Zermatten",
"scripts": {
"run": "meteor --once",
"test": "meteor test --driver-package meteortesting:mocha"
},
"engines": {
"node": "12.16.x",
"npm": "6.13.x"
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"animejs": "^2.2.0",