{
  "name": "kendo.message",
  "version": "1.12.6",
  "description": "A simple jQuery plugin that uses the Kendo UI info and error css classes to display info and error messages.",
  "main": "src/js/kendo.message.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint ./src/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jrummell/kendo.message.git"
  },
  "keywords": [
    "kendo",
    "message",
    "jquery",
    "plugin"
  ],
  "author": "John Rummell",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/jrummell/kendo.message/issues"
  },
  "homepage": "https://github.com/jrummell/kendo.message#readme",
  "dependencies": {
    "kendo-ui-core": "^2019.1.115"
  },
  "devDependencies": {
    "eslint": "^6.2.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "gulp": "4.0.2",
    "gulp-rename": "^1.4.0",
    "gulp-uglify": "^3.0.2"
  }
}
