diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9bd699c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+  "name": "Drupal",
+  "description": "Drupal is an open source content management platform powering millions of websites and applications.",
+  "license": "GPL-2.0",
+  "version": "8.3.0",
+  "private": true,
+  "scripts": {
+    "lint": "eslint -c .eslintrc core"
+  },
+  "devDependencies": {
+    "eslint": "3.6.1"
+  }
+}
