{
  "name": "@atlassian/tipsy",
  "version": "1.3.3",
  "description": "Atlassian fork of tipsy",
  "browser": "src/javascripts/jquery.tipsy.js",
  "main": "src/javascripts/jquery.tipsy.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "fix": "prettier --write src/**/*",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian/tipsy.git"
  },
  "keywords": [
    "tipsy"
  ],
  "author": "Jason Frame <jason@onehackoranother.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/atlassian/tipsy/issues"
  },
  "homepage": "https://github.com/atlassian/tipsy",
  "devDependencies": {
    "eslint": "^5.2.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.6.2",
    "prettier": "^1.13.7"
  }
}
