{
  "name": "box-image-picker",
  "version": "1.2.0",
  "description": "Turn a simple <select> element into an Image Picker 🖼",
  "repository": "git@github.com:jeffbocala/box-image-picker.git",
  "author": "Jeff Bocala (https://github.com/jeffbocala)",
  "license": "MIT",
  "browser": "dist/box-image-picker.min.js",
  "homepage": "https://github.com/jeffbocala/box-image-picker",
  "scripts": {
    "build": "gulp build",
    "dev": "gulp watch",
    "commit": "sgc",
    "release": "release-it"
  },
  "sgc": {
    "scope": true
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "eslint": "^5.8.0",
    "eslint-config-airbnb": "^17.1.0",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.10.0",
    "gulp-concat": "^2.6.1",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.2",
    "gulp-sequence": "^1.0.0",
    "gulp-typescript": "^5.0.0-alpha.3",
    "gulp-uglify": "^3.0.1",
    "release-it": "^7.6.2",
    "semantic-git-commit-cli": "^3.1.0",
    "tsify": "^4.0.0",
    "typescript": "^3.1.6",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "@types/underscore": "^1.8.9",
    "underscore": "^1.9.1"
  }
}
