package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "angular-ui-notification",
  3. "version": "0.0.14",
  4. "description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
  5. "main": "dist/angular-ui-notification.min",
  6. "scripts": {
  7. "update-chromedriver": "./node_modules/protractor/bin/webdriver-manager update",
  8. "test": "gulp tests"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/alexcrack/angular-ui-notification.git"
  13. },
  14. "keywords": [
  15. "angular",
  16. "notification",
  17. "notify",
  18. "bootstrap"
  19. ],
  20. "author": "Alex_Crack",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/alexcrack/angular-ui-notification/issues"
  24. },
  25. "homepage": "https://github.com/alexcrack/angular-ui-notification",
  26. "devDependencies": {
  27. "chromedriver": "^2.14.1",
  28. "gulp": "^3.8.11",
  29. "gulp-add-src": "^0.2.0",
  30. "gulp-angular-templatecache": "^1.5.0",
  31. "gulp-concat": "^2.5.2",
  32. "gulp-csscomb": "^3.0.3",
  33. "gulp-header": "^1.2.2",
  34. "gulp-jshint": "^1.9.2",
  35. "gulp-less": "^3.0.1",
  36. "gulp-minify-css": "^0.5.1",
  37. "gulp-minify-html": "^1.0.0",
  38. "gulp-ng-annotate": "^0.5.2",
  39. "gulp-order": "^1.1.1",
  40. "gulp-protractor": "0.0.12",
  41. "gulp-rename": "^1.2.0",
  42. "gulp-uglify": "^1.1.0",
  43. "protractor": "^1.8.0"
  44. }
  45. }