git.berlin/package.json

24 lines
491 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"
},
"homepage": "https://www.git.berlin",
"main": "gulpfile.js",
"devDependencies": {
"gulp": ">=1.0.0",
"gulp-awspublish": ">=3.0.0",
"gulp-gcloud-publish": "^1.2.1"
},
"engines": {
"node": ">=0.10.29"
},
"private": true,
"repository": {
"type": "git",
"url": "https://www.git.berlin/kremalicious/git.berlin.git"
}
}