diff options
author | Minteck <contact@minteck.org> | 2022-05-13 20:21:48 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-13 20:21:48 +0200 |
commit | fdb02383dda84f49471d341821fc3e2607754b85 (patch) | |
tree | 58ba8016128f3a0fe66b22793919c4ffc63b1b8c /package.json | |
parent | fb8bc8472b1f14faf2c9dc2f2d4c0bcbf8983b38 (diff) | |
download | vaportrail-fdb02383dda84f49471d341821fc3e2607754b85.tar.gz vaportrail-fdb02383dda84f49471d341821fc3e2607754b85.tar.bz2 vaportrail-fdb02383dda84f49471d341821fc3e2607754b85.zip |
Testing Testing 1, 2, 3
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..add69c2 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "vaportrail", + "version": "0.0.0", + "description": "A website.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitlab.minteck.org/minteck/vaportrail" + }, + "author": "Minteck, Cloudburst System", + "license": "MIT", + "dependencies": { + "body-parser": "^1.20.0", + "cookie-parser": "^1.4.6", + "ejs": "^3.1.8", + "express": "^4.18.1", + "multer": "^1.4.4" + } +} |