Преглед на файлове

Added QuoJS 2.3 (Release Candidate)

soyjavi преди 13 години
родител
ревизия
d4a9db7bbf
променени са 3 файла, в които са добавени 1262 реда и са изтрити 0 реда
  1. 12 0
      example/components/quojs/component.json
  2. 1246 0
      example/components/quojs/quo.js
  3. 4 0
      example/components/quojs/quo.min.js

+ 12 - 0
example/components/quojs/component.json

@@ -0,0 +1,12 @@
+{
+  "name": "QuoJS",
+  "description": "Micro #JavaScript Library for Mobile Devices",
+  "version": "2.3.0",
+  "homepage": "http://quojs.tapquo.com",
+  "author": {
+    "name": "Tapquo S.L.",
+    "site": "http://tapquo.com"},
+  "main": ["quo.js"],
+  "keywords": [ "mobile" ],
+  "license": [{"type": "MIT"}]
+}

Файловите разлики са ограничени, защото са твърде много
+ 1246 - 0
example/components/quojs/quo.js


Файловите разлики са ограничени, защото са твърде много
+ 4 - 0
example/components/quojs/quo.min.js