diff options
author | HampusM <hampus@hampusmat.com> | 2021-04-16 16:53:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-04-16 16:53:53 +0200 |
commit | ef256e9e40b5fd0cc741c509e611808cc66bafad (patch) | |
tree | 8363cd193b36ae3a7159f3498b5efb093e086d40 /package.json |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..4b9c815 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "nodejs-git-frontend", + "version": "1.0.0", + "description": "A simple git web-frontend made with nodejs", + "main": "app.js", + "author": "HampusMat", + "license": "MIT", + "private": true, + "scripts": { + "dev": "parcel src/index.html", + "build": "parcel build src/index.html" + }, + "dependencies": { + "bootstrap": "5.0.0-beta3", + "express": "5.0.0-alpha.8" + }, + "devDependencies": { + "@parcel/transformer-sass": "2.0.0-beta.2", + "parcel": "^2.0.0-beta.2" + } +} |