mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 12:44:20 +00:00
initial
This commit is contained in:
commit
1bdf483756
20 changed files with 8191 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue