package.json 1013 B

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