package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "videojs-swf@5.4.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "videojs-swf@5.4.2",
  9. "_id": "videojs-swf@5.4.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FGg+Csioa8/A/EacvFefBdb9Z0rSiMlheHDunZnN3xXfUF43jvjawcWFQnZvrv1Cs1nE1LBrHyUZjF7j2mKOLw==",
  12. "_location": "/videojs-swf",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "videojs-swf@5.4.2",
  18. "name": "videojs-swf",
  19. "escapedName": "videojs-swf",
  20. "rawSpec": "5.4.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.4.2"
  23. },
  24. "_requiredBy": [
  25. "/videojs-flash"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/videojs-swf/-/videojs-swf-5.4.2.tgz",
  28. "_spec": "5.4.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Brightcove"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/videojs/video-js-swf/issues"
  35. },
  36. "copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video-js-swf/blob/master/LICENSE",
  37. "description": "The Flash-fallback video player for video.js (http://videojs.com)",
  38. "devDependencies": {
  39. "async": "~0.2.9",
  40. "chg": "^0.3.2",
  41. "flex-sdk": "4.6.0-0",
  42. "grunt": "~0.4.0",
  43. "grunt-bumpup": "~0.5.0",
  44. "grunt-cli": "~0.1.0",
  45. "grunt-connect": "~0.2.0",
  46. "grunt-contrib-jshint": "~0.4.3",
  47. "grunt-contrib-qunit": "~0.2.1",
  48. "grunt-contrib-watch": "~0.1.4",
  49. "grunt-npm": "~0.0.2",
  50. "grunt-prompt": "~0.1.2",
  51. "grunt-shell": "~0.6.1",
  52. "grunt-tagrelease": "~0.3.1",
  53. "qunitjs": "~1.12.0",
  54. "video.js": "^5.9.2"
  55. },
  56. "homepage": "http://videojs.com",
  57. "keywords": [
  58. "flash",
  59. "video",
  60. "player"
  61. ],
  62. "name": "videojs-swf",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/videojs/video-js-swf.git"
  66. },
  67. "scripts": {
  68. "version": "chg release -y && grunt dist && git add -f dist/ && git add CHANGELOG.md"
  69. },
  70. "version": "5.4.2"
  71. }