summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbvdoord <bvdoord@sogyo.nl>2019-02-11 08:13:57 +0100
committerbvdoord <bvdoord@sogyo.nl>2019-02-11 08:13:57 +0100
commitc8a75a5fec45cf3cc5d0957b062f77ebaf4dd5b8 (patch)
tree568c58dad5b45793082e6ec4e9e0c45652797b94 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0997564
--- /dev/null
+++ b/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "ticketshop",
+ "version": "1.0.0",
+ "description": "Het project voor de Ticketshop opdracht",
+ "main": "main.js",
+ "dependencies": {
+ "express": "^4.16.4"
+ }
+}