{
  "name": "@hilemangroup/bp-frontend",
  "version": "2.2.1",
  "description": "Common shared frontend utilities for boilerplate projects",
  "keywords": [
    "Boilerplate",
    "Frontend",
    "Shared"
  ],
  "author": "Ken Sugiura <ksugiura@hileman.biz>",
  "repository": {
    "type": "git",
    "url": "https://hilemangroup.visualstudio.com/Front%20End%20Development%20Boilerplate/_git/bp-frontend"
  },
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "main": "gulpfile.js",
  "scripts": {
    "start": "gulp",
    "build": "gulp build --production"
  },
  "devDependencies": {
    "@babel/core": "^7.3.3",
    "@babel/register": "^7.0.0",
    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-replace": "^1.0.0",
    "gulp-sass": "^5.0.0",
    "node-sass-tilde-importer": "^1.0.2",
    "rimraf": "^2.6.1",
    "sass": "^1.35.1",
    "yargs": "^17.6.0"
  },
  "dependencies": {
    "@babel/preset-env": "^7.3.1"
  }
}
