diff options
Diffstat (limited to 'production/app/package.json')
-rw-r--r-- | production/app/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/production/app/package.json b/production/app/package.json new file mode 100644 index 00000000..2b0fe684 --- /dev/null +++ b/production/app/package.json @@ -0,0 +1,15 @@ +{ + "name": "app", + "version": "1.0.0", + "description": "Frontend website of IgrANNonica", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "NeuroStellar", + "license": "ISC", + "dependencies": { + "cors": "^2.8.5", + "express": "^4.17.3" + } +} |