bower.json 319 B

1234567891011121314151617
  1. {
  2. "name": "cos-js-sdk-v5",
  3. "description": "cos js sdk v5",
  4. "main": "dist/cos-js-sdk-v5.min.js",
  5. "authors": [
  6. "carsonxu"
  7. ],
  8. "license": "ISC",
  9. "homepage": "https://github.com/tencentyun/cos-js-sdk-v5",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ]
  17. }