package.json 419 B

123456789101112131415161718192021
  1. {
  2. "name": "img2video",
  3. "version": "1.0.0",
  4. "description": "play video in wx brower with image",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "img2video",
  11. "wx brower video play"
  12. ],
  13. "author": "heitan",
  14. "license": "ISC",
  15. "dependencies": {
  16. "core-js": "^2.5.6"
  17. },
  18. "devDependencies": {
  19. "babel-polyfill": "^6.26.0"
  20. }
  21. }