49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
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/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",
|
|
"bcrypt": "^3.0.8",
|
|
"core-js": "^2.6.11",
|
|
"css-box-shadow": "^1.0.0-3",
|
|
"date-fns": "^1.30.1",
|
|
"fibers": "^2.0.2",
|
|
"lodash": "^4.17.15",
|
|
"marked": "^0.8.0",
|
|
"mathjs": "^5.10.3",
|
|
"meteor-node-stubs": "^0.3.3",
|
|
"moo": "^0.5.1",
|
|
"nearley": "^2.19.1",
|
|
"qrcode": "^1.4.4",
|
|
"simpl-schema": "^1.5.7",
|
|
"source-map-support": "^0.5.16",
|
|
"underscore": "^1.9.2",
|
|
"vue": "^2.6.11",
|
|
"vue-meteor-tracker": "^2.0.0-beta.5",
|
|
"vue-router": "^3.1.6",
|
|
"vuedraggable": "^2.23.2",
|
|
"vuetify": "^1.5.24",
|
|
"vuetify-upload-button": "^1.2.2",
|
|
"vuex": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"mem": "^6.0.1"
|
|
}
|
|
}
|