aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-06-08 03:37:36 -0700
committer8cy <[email protected]>2020-06-08 03:37:36 -0700
commit91b5db9a30f6e5891d68ceb9e511ba704aed8c19 (patch)
tree7550f2bd0e6ab487ab92442395af3a7ee77d1e12 /package.json
downloadtwittlet-91b5db9a30f6e5891d68ceb9e511ba704aed8c19.tar.xz
twittlet-91b5db9a30f6e5891d68ceb9e511ba704aed8c19.zip
epic
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4024267
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "twittlet",
+ "version": "1.0.0",
+ "description": "",
+ "main": "server.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Sin",
+ "license": "MIT",
+ "dependencies": {
+ "ejs": "^3.1.3",
+ "express": "^4.17.1",
+ "video-url-link": "^0.1.4"
+ }
+}