summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-19 23:50:15 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-19 23:50:15 -0500
commit0c7c21a86b9b23f6d16c1fcc676bef5875330f4e (patch)
treea9d4e55f7dd8daf27767220433ab3268469b675c /package.json
downloadxssbook-0c7c21a86b9b23f6d16c1fcc676bef5875330f4e.tar.gz
xssbook-0c7c21a86b9b23f6d16c1fcc676bef5875330f4e.tar.bz2
xssbook-0c7c21a86b9b23f6d16c1fcc676bef5875330f4e.zip
login page
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..5315dcc
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "xssbook",
+ "version": "1.0.0",
+ "description": "a terrible facebook clone",
+ "main": "index.js",
+ "scripts": {
+ "start": "node index.js"
+ },
+ "author": "Tyler Murphy",
+ "license": "WTFPL",
+ "dependencies": {
+ "express": "^4.18.2"
+ }
+}