This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
vault/package.json

21 lines
434 B
JSON
Raw Normal View History

2022-04-03 12:42:17 +02:00
{
"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"
}