You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.7 KiB

  1. {
  2. "name": "toastr",
  3. "filename": "build/toastr.min.js",
  4. "main": "toastr.js",
  5. "style": "build/toastr.min.css",
  6. "version": "2.1.2",
  7. "description": "ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.",
  8. "homepage": "http://www.toastrjs.com",
  9. "keywords": [
  10. "Toastr",
  11. "ToastrJS",
  12. "toastr.js"
  13. ],
  14. "maintainers": [
  15. {
  16. "name": "John Papa",
  17. "web": "http://www.johnpapa.net",
  18. "twitter": "@john_papa"
  19. },
  20. {
  21. "name": "Tim Ferrell",
  22. "web": "https://twitter.com/ferrell_tim",
  23. "twitter": "@ferrell_tim"
  24. }
  25. ],
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/CodeSeven/toastr.git"
  29. },
  30. "bugs": "http://stackoverflow.com/questions/tagged/toastr",
  31. "licenses": [
  32. {
  33. "type": "MIT",
  34. "url": "http://www.opensource.org/licenses/mit-license.php"
  35. }
  36. ],
  37. "devDependencies": {
  38. "del": "^0.1.3",
  39. "glob": "^4.0.6",
  40. "gulp": "^3.8.10",
  41. "gulp-bytediff": "^0.2.0",
  42. "gulp-jscs": "^1.3.0",
  43. "gulp-jshint": "^1.9.0",
  44. "gulp-less": "^3.0.3",
  45. "gulp-load-plugins": "^0.7.1",
  46. "gulp-load-utils": "0.0.4",
  47. "gulp-minify-css": "^0.3.11",
  48. "gulp-rename": "^1.2.0",
  49. "gulp-sourcemaps": "^1.2.8",
  50. "gulp-task-listing": "^0.3.0",
  51. "gulp-uglify": "^1.0.1",
  52. "gulp-util": "^3.0.1",
  53. "jquery": "^2.1.1",
  54. "jshint-stylish": "^1.0.0",
  55. "karma": "^0.12.25",
  56. "karma-coverage": "^0.2.6",
  57. "karma-phantomjs-launcher": "^0.1.4",
  58. "karma-qunit": "^0.1.3",
  59. "merge-stream": "^0.1.6",
  60. "phantomjs": "^1.9.7-15",
  61. "plato": "^1.2.2",
  62. "qunitjs": "~1.14.0"
  63. },
  64. "scripts": {
  65. "test": "gulp test"
  66. }
  67. }