aboutsummaryrefslogtreecommitdiff
path: root/production/app/package.json
blob: 2b0fe68417316985fe775aefa58242a34a9a4a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
  }
}