Ingen beskrivning

.bower.json 842B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "_release": "2.0.7",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "2.0.7",
  32. "commit": "a926ded5370d938773ba6c23bb5131f46d66b9b1"
  33. },
  34. "_source": "https://github.com/monaca/monaca-component-monaca-core-utils.git",
  35. "_target": "2.0.7",
  36. "_originalSource": "monaca-core-utils",
  37. "_direct": true
  38. }