about summary refs log tree commit diff
path: root/website/goals/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/goals/package.json')
-rw-r--r--website/goals/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/website/goals/package.json b/website/goals/package.json
new file mode 100644
index 000000000000..1fbc88368ddf
--- /dev/null
+++ b/website/goals/package.json
@@ -0,0 +1,15 @@
+{
+  "name": "goals",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "dev": "browser-sync start --server --files *"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "devDependencies": {
+    "browser-sync": "^2.26.7"
+  }
+}