git.berlin/package.json

25 lines
496 B
JSON
Raw Normal View History

2016-04-30 18:20:09 +02:00
{
"name": "git-berlin",
"version": "1.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
2018-12-04 02:31:39 +01:00
"homepage": "https://git.berlin",
2016-04-30 18:20:09 +02:00
"main": "gulpfile.js",
"devDependencies": {
2018-12-04 02:31:39 +01:00
"browser-sync": "^2.26.3",
2016-10-16 00:41:56 +02:00
"gulp": "^3.9.1",
2018-12-04 02:31:39 +01:00
"gulp-awspublish": "^3.4.0",
"gulp-gcloud-publish": "^2.1.1"
2016-04-30 18:20:09 +02:00
},
"engines": {
2018-12-04 02:31:39 +01:00
"node": ">=10"
2016-04-30 18:20:09 +02:00
},
"private": true,
"repository": {
"type": "git",
2018-12-04 02:31:39 +01:00
"url": "https://git.berlin/m/git.berlin.git"
2016-04-30 18:20:09 +02:00
}
}