{
  "name": "@staaky/tipped",
  "title": "Tipped",
  "version": "4.8.1",
  "description": "A complete Tooltip solution based on jQuery",
  "author": {
    "name": "Nick Stakenburg",
    "url": "https://github.com/staaky"
  },
  "main": "dist/js/tipped.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/staaky/tipped.git"
  },
  "keywords": [
    "tooltip",
    "tooltips",
    "responsive",
    "jquery",
    "jquery-plugin"
  ],
  "license": "CC-BY-4.0",
  "scripts": {
    "build": "grunt",
    "update": "ncu -u"
  },
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "npm-check-updates": "^11.8.5",
    "prettier": "2.4.0"
  }
}
