powerdns-admin/app/static/global/plugins/bootstrap-confirmation/bower.json
2015-12-13 16:34:12 +07:00

34 lines
724 B
JSON

{
"name": "bootstrap-confirmation2",
"version": "2.1.2",
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
"authors": [
"ethaizone",
{
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
}
],
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"main": "bootstrap-confirmation.js",
"keywords": [
"confirmation",
"popup"
],
"dependencies" : {
"bootstrap": ">=3.2.0"
},
"license": "Apache",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/Bootstrap-Confirmation.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}