You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
841 B
39 lines
841 B
{ |
|
"name": "test.jan.su", |
|
"description": "http connection information site", |
|
"version": "1.0.0", |
|
"author": "Jan Jastrow", |
|
"license": "MIT", |
|
"homepage": "https://test.jan.su", |
|
"url": "", |
|
"email": "jan@schwerkraftlabor.de", |
|
"scripts": { |
|
"dev": "gulp" |
|
}, |
|
"main": "gulpfile.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://dienste.schwerkraftlabor.de/gitea/jan/test.jan.su" |
|
}, |
|
"devDependencies": { |
|
"autoprefixer": "^9.6.5", |
|
"cssnano": "^4.1.10", |
|
"gulp": "^4.0.2", |
|
"gulp-concat": "^2.6.1", |
|
"gulp-livereload": "^4.0.2", |
|
"gulp-notify": "^3.2.0", |
|
"gulp-plumber": "^1.2.1", |
|
"gulp-postcss": "^8.0.0", |
|
"gulp-rename": "^1.4.0", |
|
"gulp-sass": "^4.0.2", |
|
"merge2": "^1.3.0", |
|
"rimraf": "^3.0.0", |
|
"sanitize.css": "^11.0.0" |
|
}, |
|
"browserslist": [ |
|
"last 2 version", |
|
"> 2%", |
|
"android >= 5.0", |
|
"IE 11" |
|
] |
|
}
|
|
|