You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2019/10/11 03:01:31 UTC

[servicecomb-mesher] branch master updated: add package.json (#75)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-mesher.git


The following commit(s) were added to refs/heads/master by this push:
     new ab3773a  add package.json (#75)
ab3773a is described below

commit ab3773aef6273a18d163dae0f09f6982d6619476
Author: Chenzhu1008 <c5...@126.com>
AuthorDate: Fri Oct 11 11:01:26 2019 +0800

    add package.json (#75)
---
 examples/quick_start/httpserver_webapp/package.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/examples/quick_start/httpserver_webapp/package.json b/examples/quick_start/httpserver_webapp/package.json
new file mode 100644
index 0000000..8a93a6a
--- /dev/null
+++ b/examples/quick_start/httpserver_webapp/package.json
@@ -0,0 +1,14 @@
+{
+  "name": "httpserver_webapp",
+  "version": "1.0.0",
+  "description": "webapp server",
+  "main": "httpserver_webapp.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "servicecomb",
+  "license": "Apache-2.0",
+  "dependencies": {
+    "request": "^2.88.0"
+  }
+}