package.json 994 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "bootstrap-notify",
  3. "version": "3.1.3",
  4. "description": "This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/mouse0270/bootstrap-notify.git"
  8. },
  9. "keywords": [
  10. "bootstrap",
  11. "jquery",
  12. "notify",
  13. "notification",
  14. "notifications",
  15. "growl",
  16. "message",
  17. "notice"
  18. ],
  19. "author": "mouse0270 <rmcintosh@remabledesigns.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/mouse0270/bootstrap-notify/issues"
  23. },
  24. "homepage": "http://bootstrap-notify.remabledesigns.com/",
  25. "main": "bootstrap-notify.js",
  26. "directories": {
  27. "dist": "dist"
  28. },
  29. "dependencies": {},
  30. "devDependencies": {
  31. "grunt": "^0.4.5",
  32. "grunt-cli": "^0.1.13",
  33. "grunt-contrib-jshint": "^0.10.0",
  34. "grunt-contrib-uglify": "^0.4.0",
  35. "grunt-exec": "^0.4.6",
  36. "spacejam": "^1.1.4"
  37. },
  38. "scripts": {
  39. "test": "grunt test"
  40. }
  41. }