{
  "name": "tipso",
  "version": "1.0.6",
  "description": "A Lightweight Responsive jQuery Tooltip Plugin",
  "main": ["src/tipso.min.js", "src/tipso.css"],
  "keywords": [
    "tipso",
    "jquery-plugin",
    "tooltip",
    "responsive",
    "mobile",
    "lightweight"
    ],
  "authors": [
        "Bojan Petkovski"
    ],
  "license": "MIT",
  "homepage": "https://github.com/object505/tipso",
  "ignore": [
    "demo",
    "bower.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "jquery": ">=1.7"
  }
}