git.berlin/package.json

27 lines
500 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",
2018-12-07 15:13:40 +01:00
"scripts": {
"start": "gulp server"
},
2016-04-30 18:20:09 +02:00
"devDependencies": {
2018-12-04 02:31:39 +01:00
"browser-sync": "^2.26.3",
2018-12-07 15:13:40 +01:00
"gulp": "^4.0.0",
"gulp-rsync": "0.0.8"
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
}
}