diff options
| author | Jad <[email protected]> | 2020-08-03 12:11:58 +0000 |
|---|---|---|
| committer | Jad <[email protected]> | 2020-08-03 12:11:58 +0000 |
| commit | cbbf373bd7b9f624ba00896aac59defeca1f4767 (patch) | |
| tree | b7cace667eeb08c5a781776df7131d74e7d5cc91 /package.json | |
| download | counter-cbbf373bd7b9f624ba00896aac59defeca1f4767.tar.xz counter-cbbf373bd7b9f624ba00896aac59defeca1f4767.zip | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..37c005c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "kawaii-counter", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "node index.js", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "MIT", + "dependencies": { + "compression": "^1.7.4", + "express": "^4.17.1", + "pug": "^3.0.0", + "sqlite3": "^5.0.0" + } +} |