暫無描述

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "monaca-core-utils",
  3. "version": "2.0.7",
  4. "description": "Monaca core APIs necessary for running Monaca apps.",
  5. "main": "monaca-core-utils.js",
  6. "monaca" : {
  7. "main": [
  8. "monaca-core-utils.js"
  9. ]
  10. },
  11. "keywords": [
  12. "monaca"
  13. ],
  14. "authors": [
  15. "Monaca"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com:monaca/monaca-component-monaca-core-utils.git"
  20. },
  21. "homepage": "http://monaca.mobi/",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "test",
  26. "README.md"
  27. ]
  28. }