package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "angular-strap",
  3. "description": "AngularStrap - AngularJS directives for Bootstrap",
  4. "version": "2.3.9",
  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. "name": "Dale Alexander Webb",
  24. "email": "dale.a.webb@gmail.com",
  25. "url": "https://github.com/DaleWebb"
  26. }
  27. ],
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/mgcrea/angular-strap.git"
  31. },
  32. "license": "MIT",
  33. "dependencies": {},
  34. "devDependencies": {
  35. "codeclimate-test-reporter": "^0.3.2",
  36. "del": "^2.2.0",
  37. "eslint": "^2.12.0",
  38. "eslint-config-mgcrea": "^8.0.0",
  39. "eslint-plugin-import": "^1.8.1",
  40. "factory-angular-channels": "^0.10.0",
  41. "gulp-ng-annotate": "^2.0.0",
  42. "gulp-pre": "^4.0.0-alpha.4",
  43. "gulp-rename": "^1.2.2",
  44. "gulp-uglify": "^1.5.3",
  45. "gulp-util": "^3.0.7",
  46. "jasmine-core": "^2.4.1",
  47. "karma": "^0.13.22",
  48. "karma-chrome-launcher": "^1.0.1",
  49. "karma-coverage": "^1.0.0",
  50. "karma-jasmine": "^1.0.2",
  51. "karma-phantomjs-launcher": "^1.0.0",
  52. "karma-sauce-launcher": "^1.0.0",
  53. "ng-factory": "^1.1.0",
  54. "phantomjs-prebuilt": "^2.1.7",
  55. "through2": "^2.0.1",
  56. "undertaker-lib-tasks": "^0.5.3"
  57. },
  58. "scripts": {
  59. "start": "gulp serve",
  60. "compile": "gulp build",
  61. "test": "gulp karma:unit",
  62. "test:watch": "npm run test -- -w",
  63. "lint": "eslint src/*/*.js"
  64. }
  65. }