30 lines
729 B
JSON
30 lines
729 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",
|
|
"dependencies": {
|
|
"@babel/runtime": "7.0.0-beta.55",
|
|
"animejs": "^2.2.0",
|
|
"bcrypt": "^1.0.3",
|
|
"bower": "^1.7.9",
|
|
"core-js": "^2.5.7",
|
|
"fibers": "^2.0.2",
|
|
"meteor-node-stubs": "^0.3.3",
|
|
"qrcode": "^1.3.0",
|
|
"source-map-support": "^0.5.9",
|
|
"underscore": "^1.9.1",
|
|
"vue": "^2.5.17",
|
|
"vue-meteor-tracker": "^2.0.0-beta.4",
|
|
"vue-router": "^3.0.0",
|
|
"vuetify": "^1.2.8",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {}
|
|
}
|