package.json 868 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "videojs-font",
  3. "version": "4.1.0",
  4. "description": "Video.js icon font",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/videojs/font.git"
  8. },
  9. "scripts": {
  10. "version": "grunt && git add ."
  11. },
  12. "keywords": [
  13. "videojs"
  14. ],
  15. "author": "Matthew McClure <m@mmcc.io>",
  16. "license": "Apache-2.0",
  17. "bugs": {
  18. "url": "https://github.com/videojs/font/issues"
  19. },
  20. "homepage": "https://github.com/videojs/font",
  21. "devDependencies": {
  22. "@babel/core": "^7.19.3",
  23. "@babel/preset-env": "^7.19.3",
  24. "@babel/register": "^7.18.9",
  25. "evil-icons": "^1.10.1",
  26. "grunt": "^1.5.3",
  27. "grunt-contrib-watch": "^1.1.0",
  28. "grunt-sass": "^3.1.0",
  29. "load-grunt-tasks": "^5.1.0",
  30. "material-design-icons": "^3.0.1",
  31. "node-sass": "^7.0.3",
  32. "time-grunt": "^2.0.0",
  33. "webfonts-generator": "^0.4.0"
  34. }
  35. }