package.json 361 B

12345678910111213141516171819
  1. {
  2. "name": "@cip/player",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "util.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "ssh://git@git.x-develop.cn:3022/cip/player-src.git"
  12. },
  13. "keywords": [
  14. "h265",
  15. "player"
  16. ],
  17. "author": "xmf",
  18. "license": "MIT"
  19. }