1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 12:44:20 +00:00
5e-drs/package.json
Maxime Moraine 1bdf483756 initial
2020-03-23 11:00:11 +01:00

15 lines
353 B
JSON

{
"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"
}
}