diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-21 14:43:47 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-21 14:43:47 +0300 |
| commit | 8568f1573cc8c141af738df0f6f6c4a18082fef9 (patch) | |
| tree | 630514287eef16ff74eea6e98008bfa92368f1d7 /package.json | |
| parent | b183d0cab92e2c439ffdbf4039d64ccdc9845d5e (diff) | |
Initial express/pug version
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e04bc0f..9cd1be2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "author": "Yuval Adam <_@yuv.al>", "license": "MIT", "dependencies": { + "express": "^4.16.2", "mapbox-gl": "^0.40.1", + "pug": "^2.0.0-rc.4", "vue": "^2.4.4", "vue-slider-component": "^2.4.3" }, |
