package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "angular-strap",
  3. "description": "AngularStrap - AngularJS directives for Bootstrap",
  4. "version": "2.3.5",
  5. "keywords": [
  6. "angular",
  7. "bootstrap"
  8. ],
  9. "main": "dist/angular-strap.js",
  10. "homepage": "http://mgcrea.github.io/angular-strap",
  11. "bugs": "https://github.com/mgcrea/angular-strap/issues",
  12. "author": {
  13. "name": "Olivier Louvignes",
  14. "email": "olivier@mg-crea.com",
  15. "url": "https://github.com/mgcrea"
  16. },
  17. "contributors": [
  18. {
  19. "name": "Vitor Fernandes",
  20. "url": "https://github.com/vmlf01"
  21. }
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/mgcrea/angular-strap.git"
  26. },
  27. "license": "MIT",
  28. "dependencies": {},
  29. "devDependencies": {
  30. "codeclimate-test-reporter": "^0.1.1",
  31. "del": "^2.0.2",
  32. "eslint": "^1.7.3",
  33. "eslint-config-airbnb": "^0.1.0",
  34. "factory-angular-channels": "^0.8.9",
  35. "gulp-jshint": "^1.11.2",
  36. "gulp-ng-annotate": "^1.1.0",
  37. "gulp-pre": "^4.0.0-alpha.4",
  38. "gulp-rename": "^1.2.2",
  39. "gulp-uglify": "^1.4.2",
  40. "gulp-util": "^3.0.7",
  41. "jasmine-core": "^2.3.4",
  42. "jshint-stylish": "^2.0.1",
  43. "karma": "^0.13.14",
  44. "karma-chrome-launcher": "^0.2.1",
  45. "karma-coverage": "^0.5.3",
  46. "karma-jasmine": "^0.3.6",
  47. "karma-phantomjs-launcher": "^0.2.1",
  48. "karma-sauce-launcher": "^0.3.0",
  49. "ng-factory": "^1.0",
  50. "phantomjs": "^1.9.18",
  51. "through2": "^2.0.0",
  52. "undertaker-lib-tasks": "^0.4.3"
  53. },
  54. "scripts": {
  55. "test": "$(npm bin)/gulp jshint karma:unit"
  56. }
  57. }