skyffire 1 anno fa
commit
c6471f1d0c
2 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 1 0
      .gitignore
  2. 12 0
      package.json

+ 1 - 0
.gitignore

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

+ 12 - 0
package.json

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