about summary refs log tree commit diff
path: root/website/goals/package.json
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-25T16·30+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-25T16·30+0000
commit89cd77a64b9146a88c75946fb0d9f2c5d6126821 (patch)
tree866f559e4150195e6446e3678e05597ec4875803 /website/goals/package.json
parent265b691c9b076d61b1ed59a07b4a84ad6a74e020 (diff)
Create wpcarro.dev/goals
Create a simple React app to define my goals. See the goals/README.md for more
context.
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"
+  }
+}