{
  "name": "zebra_clearinput",
  "description": "A tiny jQuery plugin for enhancing web forms by allowing users to easily clear values in text input boxes",
  "author": {
    "name": "Stefan Gabos",
    "email": "contact@stefangabos.ro"
  },
  "homepage": "https://github.com/stefangabos/Zebra_ClearInput",
  "main": "dist/zebra_clearinput.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefangabos/Zebra_ClearInput.git"
  },
  "license": "LGPL-3.0",
  "version": "2.0.0",
  "keywords": [
    "forms",
    "input",
    "ux",
    "ux-design",
    "jquery"
  ],
  "bugs": {
    "url": "https://github.com/stefangabos/Zebra_ClearInput/issues",
    "email": "contact@stefangabos.ro"
  },
  "devDependencies": {
    "grunt": "^1.6.1",
    "grunt-cli": "^1.5.0",
    "grunt-contrib-copy": "*",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "*",
    "grunt-eslint": "^26.0.0",
    "grunt-newer": "*",
    "grunt-notify": "*",
    "grunt-sass-modern": "^3.3.0",
    "sass": "^1.97.1",
    "time-grunt": "^2.0.0"
  }
}
