init
parents
No related branches found
No related tags found
LICENSE
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"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" | ||
} |
Please register or sign in to comment