package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "bulma-tooltip",
  3. "_id": "bulma-tooltip@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xsqWeWV7tsUn3uH04SqJeP7/CyC1RaDVIyVzr4/sIO3friIIOi7L6jc5g7qUwDxuBQl72yH/yRPuefpXoQ4hWg==",
  6. "_location": "/bulma-tooltip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "bulma-tooltip",
  12. "name": "bulma-tooltip",
  13. "escapedName": "bulma-tooltip",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bulma-tooltip/-/bulma-tooltip-2.0.2.tgz",
  23. "_shasum": "cf0bf5ad2dc75492cbcbd4816e1a005314dc90ac",
  24. "_spec": "bulma-tooltip",
  25. "_where": "/home/zorro/Documents/schild.report/reports/mein-bk",
  26. "author": {
  27. "name": "Wikiki",
  28. "email": "wikiki@protonmail.com",
  29. "url": "https://wikiki.github.io/bulma-extensions/overview"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Wikiki/bulma-tooltip/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "commitizen": {
  37. "path": "node_modules/cz-conventional-changelog"
  38. }
  39. },
  40. "deprecated": false,
  41. "description": "Display a tooltip attached to any kind of element, in different position.",
  42. "devDependencies": {
  43. "ansi-colors": "^2.0.1",
  44. "autoprefixer": "^8.6.2",
  45. "babel-core": "^6.26.3",
  46. "babel-jest": "^23.0.1",
  47. "babel-loader": "^7.1.4",
  48. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  49. "babel-preset-env": "^1.7.0",
  50. "bulma": "^0.7.1",
  51. "camelcase": "^5.0.0",
  52. "commitizen": "^2.10.1",
  53. "cz-conventional-changelog": "^2.1.0",
  54. "del": "^3.0.0",
  55. "fancy-log": "^1.3.2",
  56. "gulp": "^4.0.0",
  57. "gulp-autoprefixer": "^5.0.0",
  58. "gulp-clean-css": "^3.9.4",
  59. "gulp-concat": "^2.6.1",
  60. "gulp-nop": "0.0.3",
  61. "gulp-postcss": "^7.0.1",
  62. "gulp-sass": "^4.0.1",
  63. "gulp-uglify": "^3.0.0",
  64. "jest": "^23.1.0",
  65. "regenerator-runtime": "^0.11.1",
  66. "semantic-release": "^15.5.2",
  67. "travis-deploy-once": "^5.0.0",
  68. "webpack": "^4.12.0",
  69. "webpack-stream": "^4.0.3"
  70. },
  71. "files": [
  72. "dist/**",
  73. "src/**",
  74. "LICENSE",
  75. "README.md"
  76. ],
  77. "homepage": "https://github.com/Wikiki/bulma-tooltip#readme",
  78. "keywords": [
  79. "Bulma",
  80. "bulma",
  81. "bulma.io",
  82. "extensions",
  83. "tooltip"
  84. ],
  85. "license": "MIT",
  86. "main": "./dist/css/bulma-tooltip.min.css",
  87. "name": "bulma-tooltip",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/Wikiki/bulma-tooltip.git"
  91. },
  92. "scripts": {
  93. "build": "gulp",
  94. "commit": "git-cz",
  95. "semantic-release": "semantic-release",
  96. "travis-deploy-once": "travis-deploy-once"
  97. },
  98. "version": "2.0.2"
  99. }