20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "kobold-vault",
|
|
"version": "1.0.0",
|
|
"description": "Les vieux projets de kobold-city",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-include": "^2.4.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kobold.cafe/jdr/vault"
|
|
},
|
|
"author": "",
|
|
"license": "CC BY-SA"
|
|
}
|