22 lines
451 B
JSON
22 lines
451 B
JSON
|
{
|
||
|
"name": "univers",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Le site d'univers de Kobold City",
|
||
|
"main": "gulpfile.js",
|
||
|
"dependencies": {
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-include": "^2.4.1"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"build": "gulp",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.kobold.cafe/jdr/univers"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|