package.json 985 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "bootstrap3-dialog",
  3. "version": "1.30.0",
  4. "description": "Make use of Twitter Bootstrap's modal more monkey-friendly.",
  5. "private": true,
  6. "directories": {
  7. "example": "examples"
  8. },
  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. "eslint": ">=0.6.2",
  28. "gulp": ">=3.8.1",
  29. "gulp-clean": ">=0.3.0",
  30. "gulp-eslint": ">=0.1.7",
  31. "gulp-less": ">=1.2.3",
  32. "gulp-minify-css": "^0.3.4",
  33. "gulp-notify": ">=1.3.1",
  34. "gulp-rename": ">=1.2.0",
  35. "gulp-streamify": "0.0.5",
  36. "gulp-uglify": ">=0.3.0",
  37. "vinyl-source-stream": "^0.1.1"
  38. }
  39. }