2martens.de/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "2martens.de",
"version": "1.0.0",
"description": "My website",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.9",
"babel-polyfill": "^6.26.0",
"braces": "^2.3.2",
"browser-sync": "^2.26.3",
"child_process": "^1.0.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-ruby-sass": "^4.0.0",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.1.7",
"gulp-util": "^3.0.8",
"micromatch": "^3.1.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.2martens.de/2martens/2martens.de.git"
},
"author": "Jim Martens",
"license": "Apache-2.0"
}