123456789101112131415161718192021222324252627282930313233 |
- {
- "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"
- ]
- }
|