From 3202c4892371cca9564f02af2e2851cb019cb8a9 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Thu, 28 Mar 2019 11:45:41 -0400
Subject: [PATCH] Updated .gitignore, package.json

---
 .gitignore   |  1 -
 package.json | 31 +++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 package.json

diff --git a/.gitignore b/.gitignore
index cd29456af54..34d97121b50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,7 +97,6 @@ src/config/start.tw
 # eslint
 node_modules
 package-lock.json
-package.json
 
 # misc
 fc-pregmod
diff --git a/package.json b/package.json
new file mode 100644
index 00000000000..0cf6dedc4ab
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+  "name": "pregmod",
+  "version": "1.0.0",
+  "description": "Free Cities Pregmod",
+  "main": "fc-js-init.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://gitgud.io/pregmodfan/fc-pregmod.git"
+  },
+  "keywords": [
+    "free",
+    "cities",
+    "pregmod"
+  ],
+  "author": "Pregmodder",
+  "contributors": [
+    {"name": "DCoded",
+    "email": "dcoded@live.com"}
+  ],
+  "license": "GPL-3.0-or-later",
+  "bugs": {
+    "url": "https://gitgud.io/pregmodfan/fc-pregmod/issues"
+  },
+  "devDependencies": {
+    "eslint": "^5.15.3"
+  },
+  "dependencies": {}
+}
-- 
GitLab