rm-tooltip
Version:
This is a tooltip library designed to perfectly position tooltips inside of elements with relative or absolute positioning.
36 lines (35 loc) • 1.07 kB
JSON
{
"name": "rm-tooltip",
"version": "2.0.2",
"keywords": [
"tooltip",
"javascript",
"es6",
"es2015",
"positioning",
"placement"
],
"license": "MIT",
"author": "Robert Menke",
"repository": "https://github.com/RobertMenke/Tooltip-js",
"bugs": "https://github.com/RobertMenke/Tooltip-js/issues",
"description": "This is a tooltip library designed to perfectly position tooltips inside of elements with relative or absolute positioning.",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.18.0",
"chokidar": "^1.6.1",
"mustache": "^2.3.0",
"mustache-loader": "^0.4.1",
"webpack": "^3.6.0"
},
"scripts": {
"build-lib": "webpack --progress --watch",
"build-example": "webpack --config example.webpack.config.js --progress --watch"
},
"main": "dist/Tooltip.js"
}