mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "qTip2",
|
|
"title": "qTip2 - Pretty powerful tooltips",
|
|
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
|
|
"version": "2.0.1",
|
|
"homepage": "http://qtip2.com",
|
|
"author": {
|
|
"name": "Craig Michael Thompson",
|
|
"email": "craig@craigsworks.com",
|
|
"url": "http://craigsworks.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Craga89/qTip2.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Craga89/qTip2/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "./nod_modules/.bin/grunt"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://craigsworks.com/projects/qtip2/blob/master/LICENSE-MIT"
|
|
},
|
|
{
|
|
"type": "GPL",
|
|
"url": "http://craigsworks.com/projects/qtip2/blob/master/LICENSE-GPL"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": "=>1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.3.11",
|
|
"grunt-contrib": "~0.1.1",
|
|
"grunt-text-replace": "~0.1.8"
|
|
},
|
|
"keywords": ["tooltip", "tooltips", "jquery", "qtip", "qtip2", "craig michael thompson", "craigsworks"]
|
|
}
|