{
  "name": "@mezhevykh/localstorage-wrapper",
  "author": {
    "name": "Yevhenii Mezhevykh",
    "email": "yevhenii.mezhevykh@gmail.com",
    "url": "https://github.com/mezhevykh223571"
  },
  "bugs": {
    "url": "https://github.com/mezhevykh223571/localStorage-wrapper/issues"
  },
  "homepage": "https://github.com/mezhevykh223571/localStorage-wrapper#readme",
  "version": "1.0.3",
  "license": "MIT",
  "keywords": [
    "localStorage",
    "storage",
    "cookie",
    "data"
  ],
  "description": "Simple wrapper for localStorage",
  "repository": {
    "type": "git",
    "url": "https://github.com/mezhevykh223571/localStorage-wrapper.git"
  },
  "main": "src/main.js",
  "scripts": {
    "build:prod": "gulp build --live",
    "build:dev": "gulp build",
    "watch": "gulp watch"
  },
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "@babel/register": "^7.4.4",
    "del": "^4.1.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-if": "^3.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-serve": "^1.4.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-terser": "^1.2.0",
    "gulp-util": "^3.0.8",
    "node-notifier": "^6.0.0",
    "path": "^0.12.7"
  }
}
