{
  "name": "allinone-gulp-server",
  "version": "2.2.4",
  "dependencies": {
    "mkdirp": "^1.0.4",
    "gulp": "^4.0.2",
    "gulp-clean-css": "^4.3.0",
    "gulp-connect": "^5.7.0",
    "gulp-sass": "^4.1.0"
  },
  "description": "An All-in-one Gulp live server which includes a Sass pre-processor and CSS minifier",
  "main": "index.js",
  "bin": {
    "init": "./index.js"
  },
  "scripts": {
    "start": "gulp",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Openiva/GulpLiveServer.git"
  },
  "keywords": [
    "Hacktober",
    "liveserver",
    "gulp",
    "sass",
    "preprocessor",
    "css"
  ],
  "public": true,
  "author": "Openiva",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Openiva/GulpLiveServer/issues"
  },
  "homepage": "https://github.com/Openiva/GulpLiveServer#readme"
}
