Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
package.json 681 B
Newer Older
Pierre Jarriges's avatar
Pierre Jarriges committed
{
  "name": "tooltips-manager",
  "version": "0.1.0",
  "description": "A Javascript tool to provide a custom tooltip solution",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/kuadrado-software.fr/tooltip-manager.git"
  },
  "keywords": [
    "Javascript",
    "tooltip",
    "html5",
    "web",
    "tool",
    "util"
  ],
  "author": "Kuadrado Software",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://gitlab.com/kuadrado-software.fr/tooltip-manager/issues"
  },
  "homepage": "https://gitlab.com/kuadrado-software.fr/tooltip-manager#readme"
}