{
  "name": "femanager",
  "version": "1.0.0",
  "description": "",
  "main": "gulpfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "run-all": "npm-run-all run-install run-watch",
    "run-install": "npm install",
    "run-watch": "gulp default",
    "run-build": "gulp build"
  },
  "author": "in2code.de",
  "license": "GPL2",
  "devDependencies": {
    "gulp": "^4.0.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^5.1.0",
    "gulp-terser": "^2.1.0",
    "gulp-uglify": "^1.5.1",
    "npm-run-all": "^4.1.5",
    "sass": "^1.62.0"
  }
}
