浏览代码

Adding component/QuoJS

http://quojs.tapquo.com
soyjavi 13 年之前
父节点
当前提交
95c163702b
共有 3 个文件被更改,包括 1382 次插入0 次删除
  1. 23 0
      components/QuoJS/component.json
  2. 1333 0
      components/QuoJS/quo.debug.js
  3. 26 0
      components/QuoJS/quo.js

+ 23 - 0
components/QuoJS/component.json

@@ -0,0 +1,23 @@
+{
+  "name": "QuoJS",
+  "description": "Micro #JavaScript Library for Mobile Devices",
+  "version": "2.2.0",
+  "homepage": "http://quojs.tapquo.com",
+  "main": [
+    "quo.js"
+  ],
+  "keywords": [
+    "mobile"
+  ],
+  "license": [
+    {
+      "type": "MIT"
+    }
+  ],
+  "_id": "QuoJS@2.2.0",
+  "readme": "ERROR: No README.md file found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/soyjavi/package-quojs.git"
+  }
+}

文件差异内容过多而无法显示
+ 1333 - 0
components/QuoJS/quo.debug.js


文件差异内容过多而无法显示
+ 26 - 0
components/QuoJS/quo.js