package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "marxco-icf",
  3. "version": "1.7.1",
  4. "homepage": "https://m-o-z-g.gitlab.io/marxco-icf/",
  5. "description": "Open version of icon font from upcoming Marxco component system.",
  6. "main": "index.js",
  7. "author": {
  8. "name": "Alexander \"M.O.Z.G\" Dikov",
  9. "email": "alexandermozgdikov+gitlab@gmail.com",
  10. "url": "https://mozg-studio.org"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://gitlab.com/M-O-Z-G/marxco-icf.git"
  15. },
  16. "bugs": {
  17. "url": "https://gitlab.com/M-O-Z-G/marxco-icf/-/issues"
  18. },
  19. "license": "MIT",
  20. "scripts": {
  21. "build": "nyc gulp",
  22. "font-generation": "gulp generation"
  23. },
  24. "dependencies": {
  25. "coveralls": "^3.1.0"
  26. },
  27. "devDependencies": {
  28. "@m-o-z-g/gulp-iconfont": "^10.0.3",
  29. "ansi-colors": "^4.1.1",
  30. "async": "^3.2.0",
  31. "del": "^5.1.0",
  32. "gulp": "^4.0.2",
  33. "gulp-changed": "^4.0.2",
  34. "gulp-cli": "^2.2.0",
  35. "gulp-consolidate": "^0.2.0",
  36. "gulp-debug": "^4.0.0",
  37. "gulp-inject": "^5.0.5",
  38. "gulp-notify": "^3.2.0",
  39. "gulp-rename": "^2.0.0",
  40. "gulp-replace": "^1.0.0",
  41. "gulp-run": "^1.7.1",
  42. "gulp-sort": "^2.0.0",
  43. "gulp-svgo": "^2.1.1",
  44. "gulp-tap": "^2.0.0",
  45. "gulp-uglify": "^3.0.2",
  46. "lodash": "^4.17.15",
  47. "lodash.escaperegexp": "^4.1.2",
  48. "pug": "^3.0.0",
  49. "replace-in-file": "^6.0.0",
  50. "rimraf": "^3.0.2",
  51. "run-sequence": "^2.2.1",
  52. "stylus": "^0.54.8",
  53. "vinyl-buffer": "^1.0.1",
  54. "vinyl-paths": "^3.0.1",
  55. "vinyl-source-stream": "^2.0.0"
  56. },
  57. "optionalDependencies": {},
  58. "keywords": [
  59. "svg",
  60. "gulp",
  61. "icon",
  62. "font",
  63. "svg2ttf",
  64. "svg2woff",
  65. "svg2eot",
  66. "eot",
  67. "converter",
  68. "iconfont",
  69. "icons"
  70. ],
  71. "browserslist": [
  72. "last 1 version",
  73. "> 1%",
  74. "IE 11",
  75. "firefox 63",
  76. "chrome 21",
  77. "safari 6",
  78. "opera 12",
  79. "ios_saf 7"
  80. ],
  81. "engines": {
  82. "node": ">=8.17.0"
  83. },
  84. "engineStrict": true
  85. }