package.json 986 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "angular-tooltips",
  3. "version": "0.1.25",
  4. "description": "Angular.js tooltips module.",
  5. "homepage": "http://720kb.github.io/angular-tooltips",
  6. "main": "index.js",
  7. "keywords": [
  8. "tiptip",
  9. "tooltip",
  10. "tooltips",
  11. "popover",
  12. "angularjs",
  13. "angular"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/720kb/angular-tooltips.git"
  18. },
  19. "license": "MIT",
  20. "devDependencies": {
  21. "connect-modrewrite": "*",
  22. "grunt": "*",
  23. "grunt-concurrent": "*",
  24. "grunt-contrib-connect": "*",
  25. "grunt-contrib-csslint": "*",
  26. "grunt-contrib-cssmin": "*",
  27. "grunt-contrib-uglify": "*",
  28. "grunt-contrib-watch": "*",
  29. "grunt-eslint": "*"
  30. },
  31. "author": {
  32. "name": "Filippo Oretti",
  33. "email": "filippo.oretti@gmail.com",
  34. "url": "https://github.com/45kb"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Dario Andrei",
  39. "email": "wouldgo84@gmail.com",
  40. "url": "https://github.com/wouldgo"
  41. }
  42. ]
  43. }