Files
DiceCloud/app/package.json
Stefan Zermatten 28ffcc87b4 updated package name
2019-04-03 10:28:04 +02:00

40 lines
1011 B
JSON

{
"name": "dicecloud",
"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.3.1",
"animejs": "^2.2.0",
"bcrypt": "^1.0.3",
"core-js": "^2.6.3",
"css-box-shadow": "^1.0.0-3",
"fibers": "^2.0.2",
"lodash": "^4.17.11",
"mathjs": "^5.5.0",
"meteor-node-stubs": "^0.3.3",
"moo": "^0.5.0",
"nearley": "^2.16.0",
"qrcode": "^1.3.3",
"simpl-schema": "^1.5.5",
"source-map-support": "^0.5.10",
"underscore": "^1.9.1",
"vue": "^2.6.2",
"vue-meteor-tracker": "^2.0.0-beta.5",
"vue-router": "^3.0.2",
"vuetify": "^1.5.0",
"vuetify-upload-button": "^1.2.2",
"vuex": "^3.1.0"
},
"devDependencies": {}
}