summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-18 09:30:41 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-18 09:30:41 -0500
commita28e995202c4469c0c91d23e272b5c4bf1b0010e (patch)
treea36af861f9757a3185f284ba10a68b73b188f516 /package.json
downloadwebgl-a28e995202c4469c0c91d23e272b5c4bf1b0010e.tar.gz
webgl-a28e995202c4469c0c91d23e272b5c4bf1b0010e.tar.bz2
webgl-a28e995202c4469c0c91d23e272b5c4bf1b0010e.zip
initial
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c09aa37
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "webgl",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "node index.js"
+ },
+ "author": "Tyler Murphy",
+ "license": "ISC",
+ "dependencies": {
+ "express": "^4.18.2"
+ }
+}