23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "kretschmann-cat",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Matthias Kretschmann",
|
|
"email": "m@kretschmann.io"
|
|
},
|
|
"homepage": "https://kretschmann.cat",
|
|
"main": "gulpfile.js",
|
|
"devDependencies": {
|
|
"gulp": ">=3.9.0",
|
|
"gulp-awspublish": ">=3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.29"
|
|
},
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.git.berlin/kremalicious/kretschmann.cat.git"
|
|
}
|
|
}
|