aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-02 14:53:37 +0200
committerMateja <mail@matejamaric.com>2021-05-02 14:53:37 +0200
commit5f94b339018bf5480402dcfb1269124e534ebb8f (patch)
tree9f7e0449602c11e066708a344099b0741e778886 /package.json
parent118496bb0d0c5c94773632227707e5116702388a (diff)
downloadnode-playground-5f94b339018bf5480402dcfb1269124e534ebb8f.tar.gz
node-playground-5f94b339018bf5480402dcfb1269124e534ebb8f.zip
Basic Express.js web server.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 03bc377..ff21939 100644
--- a/package.json
+++ b/package.json
@@ -7,5 +7,8 @@
"start": "node index.js"
},
"author": "Mateja Maric",
- "license": "GPL-3.0"
+ "license": "GPL-3.0",
+ "dependencies": {
+ "express": "^4.17.1"
+ }
}