package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "videojs-font@2.1.0",
  3. "_id": "videojs-font@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-olkwpn9snPvyu4jay4xrRR8JM3k=",
  6. "_location": "/videojs-font",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "videojs-font@2.1.0",
  12. "name": "videojs-font",
  13. "escapedName": "videojs-font",
  14. "rawSpec": "2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/video.js"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/videojs-font/download/videojs-font-2.1.0.tgz",
  22. "_shasum": "a25930a67f6c9cfbf2bb88dacb8c6b451f093379",
  23. "_spec": "videojs-font@2.1.0",
  24. "_where": "/Users/wenhongquan/VisualInspection/VisualInspection/node_modules/video.js",
  25. "author": {
  26. "name": "Matthew McClure",
  27. "email": "m@mmcc.io"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/videojs/font/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Video.js icon font",
  35. "devDependencies": {
  36. "babel-preset-env": "^1.6.1",
  37. "babel-register": "^6.26.0",
  38. "evil-icons": "^1.7.6",
  39. "grunt": "^1.0.1",
  40. "grunt-contrib-watch": "^1.0.0",
  41. "grunt-sass": "^1.0.0",
  42. "load-grunt-tasks": "^3.2.0",
  43. "lodash": "^4.17.0",
  44. "material-design-icons": "^3.0.1",
  45. "time-grunt": "^1.2.1",
  46. "webfonts-generator": "^0.3.5"
  47. },
  48. "homepage": "https://github.com/videojs/font",
  49. "keywords": [
  50. "videojs"
  51. ],
  52. "license": "Apache-2.0",
  53. "name": "videojs-font",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/videojs/font.git"
  57. },
  58. "scripts": {
  59. "version": "grunt && git add ."
  60. },
  61. "version": "2.1.0"
  62. }