pelican-jdr/package.json

23 lines
498 B
JSON
Raw Normal View History

2022-02-26 18:56:30 +01:00
{
2022-11-22 23:06:29 +01:00
"name": "pelican-jdr",
"version": "0.1.0",
2022-03-26 17:27:21 +01:00
"description": "Un système de JDR basé sur le systeme D100",
"main": "gulpfile.js",
2022-02-26 18:56:30 +01:00
"dependencies": {
"docsify": "^4.12.2",
"gulp": "^4.0.2",
2022-10-25 12:00:38 +02:00
"gulp-include": "^2.4.1"
2022-03-26 17:27:21 +01:00
},
"devDependencies": {},
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.kobold.cafe/jdr/univers"
},
"author": "",
"license": "CC BY-SA"
2022-02-26 18:56:30 +01:00
}