aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/package.json
blob: 29d2d78642f15f3ef49e15f9ece524a34da19422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "crupest-www",
  "private": true,
  "version": "0.1.0",
  "source": "index.html",
  "scripts": {
    "start": "parcel",
    "build": "parcel build"
  },
  "devDependencies": {
    "parcel": "latest"
  }
}