{
  "name": "elh-tooltip",
  "authors": [
    "Dieter Stinglhamber <elhebert@hotmail.be>"
  ],
  "description": "A light directive to create tooltips in Angular",
  "main": "tooltip.js",
  "repository": {
	  "type": "git",
	  "url": "git@github.com:Elhebert/elh-tooltip.git"
  },
  "moduleType": [],
  "keywords": [
    "tooltip",
    "ng",
    "angular",
    "ngtooltip"
  ],
  "license": "MIT",
  "homepage": "",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "^1.5.0"
  }
}
