{
  "name": "tooltip-content",
  "version": "0.0.1",
  "description": "A component that easily shows tooltips",
  "repository": {
    "type": "git",
    "url": "git://github.com/mkay581/tooltip-content.git"
  },
  "scripts": {
    "test": "bt test"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "tooltip",
    "tooltip component",
    "tooltip element"
  ],
  "license": "MIT",
  "author": {
    "name": "Mark Kennedy",
    "url": "http://heyimmark.com"
  },
  "main": "dist/tooltip.js",
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^14.1.0",
    "build-tools": "^7.2.4",
    "es6-promise": "^4.1.1",
    "lodash": "^4.17.4",
    "sinon": "^4.1.3",
    "wait-for-element-transition": "^1.0.0"
  }
}
