| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "bootstrap3-dialog",
- "description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
- "version": "1.34.2",
- "keywords": [
- "css",
- "js",
- "less",
- "mobile-first",
- "responsive",
- "front-end",
- "framework",
- "web"
- ],
- "homepage": "http://nakupanda.github.io/bootstrap3-dialog/",
- "main": [
- "dist/less/bootstrap-dialog.less",
- "dist/css/bootstrap-dialog.min.css",
- "dist/js/bootstrap-dialog.min.js"
- ],
- "ignore": [
- "source",
- "spec",
- ".bowerrc",
- ".gitignore",
- ".jshintignore",
- ".jshintrc",
- "bower.json",
- "gruntfile.js",
- "package.json",
- "README.md"
- ],
- "dependencies": {
- "bootstrap": "~3.1.1",
- "jquery": ">= 1.9.0"
- }
- }
|