Bläddra i källkod

Initial commit

Lee Morgan 4 veckor sedan
incheckning
c24ed0237c
3 ändrade filer med 20 tillägg och 0 borttagningar
  1. 4 0
      .gitignore
  2. 0 0
      index.js
  3. 16 0
      package.json

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+node_modules/
+*.swp
+*.swo
+

+ 0 - 0
index.js


+ 16 - 0
package.json

@@ -0,0 +1,16 @@
+{
+  "name": "substratum",
+  "version": "0.1.0",
+  "description": "Simple JS framework",
+  "homepage": "https://github.com/MorganLee909/substratum#readme",
+  "bugs": {
+    "url": "https://github.com/MorganLee909/substratum/issues"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/MorganLee909/substratum.git"
+  },
+  "author": "Lee Morgan",
+  "type": "module",
+  "main": "index.js"
+}