kretschmann.cat/package.json

23 lines
468 B
JSON

{
"name": "kretschmann-cat",
"version": "1.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
"homepage": "https://kretschmann.cat",
"main": "gulpfile.js",
"scripts": {
"deploy": "gulp deploy"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-awspublish": ">=4.1.1"
},
"private": true,
"repository": {
"type": "git",
"url": "https://www.git.berlin/kremalicious/kretschmann.cat.git"
}
}