package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "bulma-tooltip",
  3. "version": "3.0.2",
  4. "description": "Display a tooltip attached to any kind of element, in different position.",
  5. "main": "./dist/css/bulma-tooltip.min.css",
  6. "style": "./dist/bulma-tooltip.min.css",
  7. "sass": "./src/sass/index.sass",
  8. "scripts": {
  9. "build": "gulp",
  10. "commit": "git-cz",
  11. "travis-deploy-once": "travis-deploy-once",
  12. "semantic-release": "semantic-release"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/Wikiki/bulma-tooltip.git"
  17. },
  18. "keywords": [
  19. "Bulma",
  20. "bulma",
  21. "bulma.io",
  22. "extensions",
  23. "tooltip"
  24. ],
  25. "author": "Wikiki <wikiki@protonmail.com> (https://wikiki.github.io/bulma-extensions/overview)",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/Wikiki/bulma-tooltip/issues"
  29. },
  30. "homepage": "https://github.com/Wikiki/bulma-tooltip#readme",
  31. "devDependencies": {
  32. "ansi-colors": "^2.0.1",
  33. "autoprefixer": "^8.6.2",
  34. "babel-core": "^6.26.3",
  35. "babel-jest": "^23.0.1",
  36. "babel-loader": "^7.1.4",
  37. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  38. "babel-preset-env": "^1.7.0",
  39. "bulma": "^0.7.1",
  40. "camelcase": "^5.0.0",
  41. "commitizen": "^2.10.1",
  42. "cz-conventional-changelog": "^2.1.0",
  43. "del": "^3.0.0",
  44. "fancy-log": "^1.3.2",
  45. "gulp": "^4.0.0",
  46. "gulp-autoprefixer": "^5.0.0",
  47. "gulp-clean-css": "^3.9.4",
  48. "gulp-concat": "^2.6.1",
  49. "gulp-nop": "0.0.3",
  50. "gulp-postcss": "^7.0.1",
  51. "gulp-sass": "^4.0.1",
  52. "gulp-uglify": "^3.0.0",
  53. "jest": "^23.1.0",
  54. "regenerator-runtime": "^0.11.1",
  55. "semantic-release": "^15.5.2",
  56. "travis-deploy-once": "^5.0.0",
  57. "webpack": "^4.12.0",
  58. "webpack-stream": "^4.0.3"
  59. },
  60. "config": {
  61. "commitizen": {
  62. "path": "node_modules/cz-conventional-changelog"
  63. }
  64. },
  65. "files": [
  66. "dist/**",
  67. "src/**",
  68. "LICENSE",
  69. "README.md"
  70. ]
  71. }