You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/08 08:55:33 UTC

[21/39] incubator-weex git commit: + [build] add weex-js-framework and weex-js-runtime packages

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0d8f8595/packages/weex-js-framework/package.json
----------------------------------------------------------------------
diff --git a/packages/weex-js-framework/package.json b/packages/weex-js-framework/package.json
new file mode 100644
index 0000000..9048b2f
--- /dev/null
+++ b/packages/weex-js-framework/package.json
@@ -0,0 +1,22 @@
+{
+  "name": "weex-js-framework",
+  "version": "0.20.6",
+  "description": "Weex JS Framework",
+  "main": "index.js",
+  "engines": {
+    "node": ">=4"
+  },
+  "homepage": "https://github.com/apache/incubator-weex/",
+  "keywords": [
+    "weex",
+    "hybrid",
+    "mvvm",
+    "javascript",
+    "runtime"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "git+ssh://git@github.com/apache/incubator-weex.git"
+  },
+  "license": "Apache-2.0"
+}

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0d8f8595/packages/weex-js-runtime/.npmignore
----------------------------------------------------------------------
diff --git a/packages/weex-js-runtime/.npmignore b/packages/weex-js-runtime/.npmignore
new file mode 100644
index 0000000..1cb6dac
--- /dev/null
+++ b/packages/weex-js-runtime/.npmignore
@@ -0,0 +1,4 @@
+node_modules
+package-lock.json
+*.log
+*.gz