123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "author": {
- "name" : "Caleb Jacob",
- "email" : "[email protected]",
- "url" : "http://calebjacob.com"
- },
- "bugs": {
- "url": "https://github.com/iamceege/tooltipster/issues"
- },
- "description": "A flexible and extensible jQuery plugin for modern tooltips.",
- "devDependencies": {
- "grunt": "1.0.1",
- "grunt-contrib-clean": "1.0.0",
- "grunt-contrib-compress": "1.2.0",
- "grunt-contrib-concat": "1.0.1",
- "grunt-contrib-copy": "1.0.0",
- "grunt-contrib-cssmin": "1.0.1",
- "grunt-contrib-uglify": "1.0.1",
- "grunt-string-replace": "1.2.1",
- "grunt-umd": "2.3.6"
- },
- "homepage": "https://github.com/iamceege/tooltipster",
- "keywords": [
- "ecosystem:jquery",
- "jquery-plugin",
- "tooltip",
- "tooltips"
- ],
- "license": "MIT",
- "main": "dist/js/tooltipster.bundle.min.js",
- "maintainers": [{
- "name" : "Louis Ameline",
- "email" : "[email protected]",
- "url" : "https://github.com/louisameline"
- }],
- "name": "tooltipster",
- "peerDependencies": {
- "jquery": ">=1.11.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/iamceege/tooltipster.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "4.2.6"
- }
|