qtip
Version:
pretty, mobile-friendly tooltips
38 lines (37 loc) • 768 B
JSON
{
"name": "qtip",
"version": "0.0.4",
"description": "pretty, mobile-friendly tooltips",
"main": "qtip.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:eighttrackmind/qtip.git"
},
"keywords": [
"tooltip",
"popup",
"tip",
"help",
"hover",
"ios",
"android",
"mobile",
"interface",
"ui"
],
"author": "Boris Cherny <boris@performancejs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eighttrackmind/qtip/issues"
},
"devDependencies": {
"grunt-umd": "~1.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"stylus": "~0.38.0"
}
}