package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "videojs-vtt.js@0.12.6",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "videojs-vtt.js@0.12.6",
  9. "_id": "videojs-vtt.js@0.12.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  12. "_location": "/videojs-vtt.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "videojs-vtt.js@0.12.6",
  18. "name": "videojs-vtt.js",
  19. "escapedName": "videojs-vtt.js",
  20. "rawSpec": "0.12.6",
  21. "saveSpec": null,
  22. "fetchSpec": "0.12.6"
  23. },
  24. "_requiredBy": [
  25. "/video.js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  28. "_spec": "0.12.6",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Andreas Gal",
  32. "email": "gal@mozilla.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gkatsev/vtt.js/issues"
  36. },
  37. "dependencies": {
  38. "global": "^4.3.1"
  39. },
  40. "description": "A JavaScript implementation of the WebVTT specification.",
  41. "devDependencies": {
  42. "async": "0.9.0",
  43. "browserify": "^14.3.0",
  44. "deumdify": "^1.2.4",
  45. "difflet": "git://github.com/humphd/difflet.git#714b82706ad39d75275a886aeff637df5097626f",
  46. "dive": "0.3.1",
  47. "grunt": "0.4.1",
  48. "grunt-bump": "0.0.14",
  49. "grunt-cli": "0.1.9",
  50. "grunt-contrib-concat": "0.4.0",
  51. "grunt-contrib-jshint": "0.10.0",
  52. "grunt-contrib-uglify": "0.5.0",
  53. "grunt-mocha-test": "0.11.0",
  54. "json-stable-stringify": "1.0.0",
  55. "mocha": "1.20.1",
  56. "node-vtt": "1.1.7",
  57. "optimist": "0.6.1",
  58. "text-encoding": "0.1.0",
  59. "underscore": "1.6.0",
  60. "watchify": "^3.9.0"
  61. },
  62. "files": [
  63. "dist/",
  64. "lib/browser.js",
  65. "lib/index.js",
  66. "lib/vtt.js",
  67. "lib/vttcue.js",
  68. "lib/vttcue-extended.js",
  69. "lib/vttregion.js",
  70. "lib/vttregion-extended.js"
  71. ],
  72. "homepage": "https://github.com/gkatsev/vtt.js",
  73. "keywords": [
  74. "vtt",
  75. "webvtt",
  76. "track",
  77. "captions",
  78. "subtitles",
  79. "text track"
  80. ],
  81. "license": {
  82. "type": "Apache-2.0",
  83. "url": "https://github.com/gkatsev/vtt.js/blob/master/LICENSE"
  84. },
  85. "main": "lib/browser-index.js",
  86. "name": "videojs-vtt.js",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/gkatsev/vtt.js.git"
  90. },
  91. "scripts": {
  92. "build": "npm run build-umd && npm run build-global",
  93. "build-global": "browserify -s vttjs -p deumdify . -o dist/vtt.global.js",
  94. "build-umd": "browserify -s vttjs . -o dist/vtt.js",
  95. "minify": "grunt uglify:dist uglify:global",
  96. "postbuild": "npm run minify",
  97. "test": "grunt"
  98. },
  99. "version": "0.12.6"
  100. }