1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 20:54:19 +00:00
5e-drs/package.json

18 lines
436 B
JSON
Raw Normal View History

2020-03-23 11:00:11 +01:00
{
"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": {
2020-03-26 19:04:23 +01:00
"@vuepress/plugin-blog": "^1.9.2",
"vuepress": "^1.4.0",
"vuepress-plugin-clean-urls": "^1.1.1"
2020-03-23 11:00:11 +01:00
}
}