package.json 867 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "sweetalert",
  3. "version": "0.4.2",
  4. "description": "A beautiful replacement for JavaScript's \"Alert\"",
  5. "main": "lib/sweet-alert.js",
  6. "directories": {
  7. "example": "example"
  8. },
  9. "scripts": {
  10. "test": "make test"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/t4t5/sweetalert"
  15. },
  16. "keywords": [
  17. "sweetalert",
  18. "alert",
  19. "modal",
  20. "popup"
  21. ],
  22. "author": "Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/t4t5/sweetalert/issues"
  26. },
  27. "homepage": "http://tristanedwards.me/sweetalert",
  28. "devDependencies": {
  29. "gulp": "^3.8.10",
  30. "gulp-concat": "^2.4.3",
  31. "gulp-jshint": "^1.9.0",
  32. "gulp-minify-css": "^0.3.13",
  33. "gulp-rename": "^1.2.0",
  34. "gulp-sass": "^1.3.2",
  35. "gulp-uglify": "^1.0.2"
  36. }
  37. }