1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 12:44:20 +00:00
This commit is contained in:
Maxime Moraine 2020-03-23 11:00:11 +01:00
commit 1bdf483756
20 changed files with 8191 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "heros-et-dragons-drs",
"version": "1.0.0",
"description": "Document de Référence Système pour Héros & Dragons",
"main": "index.js",
"author": "Maxime Moraine",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"vuepress": "^1.4.0"
}
}