You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.5 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "tabler-icons",
  3. "version": "1.3.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "git+https://github.com/tabler/tabler-icons.git"
  7. },
  8. "author": "",
  9. "license": "MIT",
  10. "bugs": {
  11. "url": "https://github.com/tabler/tabler-icons/issues"
  12. },
  13. "funding": {
  14. "type": "github",
  15. "url": "https://github.com/sponsors/codecalm"
  16. },
  17. "files": [
  18. "icons/*",
  19. "icons-png/*",
  20. "iconfont/*",
  21. "tabler-sprite.svg",
  22. "tabler-sprite-nostroke.svg"
  23. ],
  24. "homepage": "https://github.com/tabler/tabler-icons#readme",
  25. "scripts": {
  26. "start": "bundle exec jekyll serve --watch --livereload",
  27. "optimize": "gulp optimize",
  28. "release": "release-it"
  29. },
  30. "description": "",
  31. "devDependencies": {
  32. "lodash.template": "4.5.0",
  33. "node-sass": "4.13.1",
  34. "clean-css": "4.2.3",
  35. "glob": "7.1.6",
  36. "gulp": "4.0.2",
  37. "gulp-iconfont": "10.0.3",
  38. "gulp-zip": "5.0.1",
  39. "minimist": "1.2.5",
  40. "puppeteer": "2.1.1",
  41. "release-it": "13.1.2",
  42. "svg-outline-stroke": "1.2.4"
  43. },
  44. "release-it": {
  45. "hooks": {
  46. "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version}",
  47. "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
  48. },
  49. "git": {
  50. "addUntrackedFiles": true,
  51. "changelog": "gulp changelog --silent --latest-tag ${latestTag}",
  52. "tagName": "v${version}",
  53. "requireBranch": "master",
  54. "requireCommits": true
  55. },
  56. "github": {
  57. "release": true
  58. }
  59. }
  60. }