package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "ion-autocomplete",
  3. "version": "0.3.2",
  4. "description": "A configurable Ionic directive for an autocomplete dropdown",
  5. "keywords": [
  6. "AngularJS",
  7. "angular",
  8. "Ionic",
  9. "ion",
  10. "autocomplete"
  11. ],
  12. "homepage": "https://github.com/guylabs/ion-autocomplete",
  13. "bugs": "https://github.com/guylabs/ion-autocomplete/issues",
  14. "author": {
  15. "name": "Danny Povolotski",
  16. "email": "dannypovolotski@gmail.com",
  17. "url": "https://github.com/israelidanny"
  18. },
  19. "contributors": [
  20. {
  21. "name": "Guy Brand",
  22. "email": "admin@guylabs.org",
  23. "url": "http://guylabs.ch"
  24. }
  25. ],
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/guylabs/ion-autocomplete.git"
  29. },
  30. "devDependencies": {
  31. "bower": "~1.7.7",
  32. "coveralls": "~2.11.6",
  33. "grunt": "~0.4.5",
  34. "grunt-bower-install-simple": "~1.2.1",
  35. "grunt-contrib-concat": "~0.5.1",
  36. "grunt-contrib-cssmin": "~0.14.0",
  37. "grunt-contrib-uglify": "~0.11.1",
  38. "grunt-http-server": "~1.13.0",
  39. "grunt-karma": "~0.12.1",
  40. "grunt-protractor-runner": "~3.0.0",
  41. "karma": "~0.13.19",
  42. "karma-chrome-launcher": "~0.2.2",
  43. "karma-coverage": "~0.5.3",
  44. "karma-firefox-launcher": "~0.1.7",
  45. "karma-jasmine": "~0.3.7",
  46. "karma-ng-html2js-preprocessor": "~0.2.0",
  47. "karma-phantomjs-launcher": "~1.0.0",
  48. "load-grunt-tasks": "~3.4.0",
  49. "time-grunt": "~1.3.0"
  50. },
  51. "dependencies": {},
  52. "license": "MIT",
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "https://github.com/guylabs/ion-autocomplete/blob/master/LICENSE"
  57. }
  58. ],
  59. "scripts": {
  60. "start": "./node_modules/protractor/bin/webdriver-manager update && ./node_modules/protractor/bin/webdriver-manager start",
  61. "test": "[ -d node_modules/protractor ] && ./node_modules/protractor/bin/webdriver-manager update && grunt build"
  62. }
  63. }