mirror of
https://github.com/github/choosealicense.com
synced 2024-11-06 03:38:49 +01:00
39 lines
895 B
JSON
39 lines
895 B
JSON
|
{
|
||
|
"name": "qtip2",
|
||
|
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
|
||
|
"version": "2.2.0",
|
||
|
"homepage": "http://qtip2.com",
|
||
|
"location": "https://github.com/qTip2/bower",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/Craga89/qTip2.git"
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Craig Michael Thompson",
|
||
|
"email": "craig@craigsworks.com",
|
||
|
"url": "http://craigsworks.com/"
|
||
|
}
|
||
|
],
|
||
|
"license": [
|
||
|
"MIT",
|
||
|
"GPL"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"tooltip",
|
||
|
"tooltips",
|
||
|
"jquery",
|
||
|
"qtip",
|
||
|
"qtip2",
|
||
|
"craig",
|
||
|
"thompson",
|
||
|
"craigsworks"
|
||
|
],
|
||
|
"main": [
|
||
|
"./jquery.qtip.js",
|
||
|
"./basic/jquery.qtip.js"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"bin"
|
||
|
]
|
||
|
}
|