component.json 434 B

1234567891011121314151617181920212223
  1. {
  2. "name": "QuoJS",
  3. "description": "Micro #JavaScript Library for Mobile Devices",
  4. "version": "2.2.0",
  5. "homepage": "http://quojs.tapquo.com",
  6. "main": [
  7. "quo.js"
  8. ],
  9. "keywords": [
  10. "mobile"
  11. ],
  12. "license": [
  13. {
  14. "type": "MIT"
  15. }
  16. ],
  17. "_id": "QuoJS@2.2.0",
  18. "readme": "ERROR: No README.md file found!",
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/soyjavi/package-quojs.git"
  22. }
  23. }