mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-08 03:15:40 +00:00
34 lines
724 B
JSON
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"
|
|
]
|
|
}
|