diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 19:48:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 19:48:41 +0300 |
| commit | a8f7708592dd4f1f4825b31780a7cfbd7e7de9df (patch) | |
| tree | f255c6367a1d3d1fe9376b9ebc353da5a152446a /package.json | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..463ada0 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "minni-portfolio", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "serve": "^13.0.4" + } +} |
