{
  "name": "gulp-init",
  "version": "1.1.1",
  "description": "A gulp template, The version of gulp is 4 to create an initialization template ,Support ES6,Babel,Auto Prefix and so on, Configuration of development and production environments",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "serve": "set NODE_ENV=development&gulp",
    "build": "set NODE_ENV=production&gulp"
  },
  "keywords": [
    "gulp",
    "gulp4",
    "gulp-template",
    "init",
    "gulp-dev",
    "gulp-development"
  ],
  "author": "AmandaYi",
  "license": "ISC",
  "devDependencies": {
    "@babel/core":  "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "browser-sync": "^2.27.7",
    "del": "^6.0.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-connect": "^5.7.0",
    "gulp-filter": "^5.1.0",
    "gulp-htmlmin": "^5.0.1",
    "gulp-if": "^3.0.0",
    "gulp-less": "^5.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-sass": "^5.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-uglify": "^3.0.2",
    "dart-sass": "^1.25.0"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AmandaYi/gulp-init.git"
  },
  "bugs": {
    "url": "https://github.com/AmandaYi/gulp-init/issues"
  },
  "homepage": "https://github.com/AmandaYi/gulp-init#readme"
}
