component.json 377 B

12345678910111213
  1. {
  2. "name": "lungo",
  3. "description": "HTML5 Cross-Device Framework.",
  4. "version": "2.0.0",
  5. "homepage": "http://lungo.tapquo.com",
  6. "author": {
  7. "name": "Tapquo S.L.",
  8. "site": "http://tapquo.com"},
  9. "main": ["./lungo.js", "./lungo.css"],
  10. "keywords": [ "mobile" ],
  11. "dependencies": {"quojs": "latest"},
  12. "license": [ {"type": "GPLv3"}, {"type": "Commercial"}]
  13. }