package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "bootstrap3-dialog",
  3. "version": "1.35.4",
  4. "description": "Make use of Bootstrap Modal more monkey-friendly.",
  5. "directories": {
  6. "example": "examples"
  7. },
  8. "main": "dist/js/bootstrap-dialog.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/nakupanda/bootstrap3-dialog.git"
  15. },
  16. "keywords": [
  17. "bootstrap",
  18. "dialog"
  19. ],
  20. "author": "nakupanda",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/nakupanda/bootstrap3-dialog/issues"
  24. },
  25. "homepage": "http://nakupanda.github.io/bootstrap3-dialog",
  26. "devDependencies": {
  27. "bootstrap": ">=3.1.0",
  28. "eslint": ">=0.6.2",
  29. "gulp": ">=3.8.1",
  30. "gulp-clean": ">=0.3.0",
  31. "gulp-concat": "^2.5.2",
  32. "gulp-eslint": ">=0.1.7",
  33. "gulp-less": ">=1.2.3",
  34. "gulp-minify-css": "^0.3.4",
  35. "gulp-notify": ">=1.3.1",
  36. "gulp-rename": ">=1.2.0",
  37. "gulp-streamify": "0.0.5",
  38. "gulp-uglify": ">=0.3.0",
  39. "vinyl-source-stream": "^0.1.1"
  40. }
  41. }