skyffire 7 mesi fa
commit
d2ffba6012
3 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 1 0
      .gitignore
  2. 1 0
      client.js
  3. 12 0
      package.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea

+ 1 - 0
client.js

@@ -0,0 +1 @@
+console.log("Hello client")

+ 12 - 0
package.json

@@ -0,0 +1,12 @@
+{
+  "name": "4l_capital_central_control_client",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC"
+}