Files
DiceCloud/app/package.json

37 lines
937 B
JSON

{
"name": "rpg-docs",
"version": "0.10.0",
"description": "Unofficial Online Realtime D&D 5e App",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ThaumRystra/RPG-Docs"
},
"author": "Stefan Zermatten",
"scripts": {
"run": "meteor --once",
"test": "meteor test --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"animejs": "^2.2.0",
"bcrypt": "^1.0.3",
"bower": "^1.7.9",
"core-js": "^2.6.2",
"css-box-shadow": "^1.0.0-3",
"fibers": "^2.0.2",
"meteor-node-stubs": "^0.3.3",
"qrcode": "^1.3.3",
"simpl-schema": "^1.5.3",
"source-map-support": "^0.5.10",
"underscore": "^1.9.1",
"vue": "^2.5.22",
"vue-meteor-tracker": "^2.0.0-beta.5",
"vue-router": "^3.0.2",
"vuetify": "^1.4.2",
"vuetify-upload-button": "^1.2.2",
"vuex": "^3.0.1"
},
"devDependencies": {}
}