2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/package.json

21 lines
452 B
JSON
Raw Normal View History

{
"name": "offen",
"private": true,
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/offen/offen.git"
},
"author": "offen",
"license": "MIT",
"bugs": {
"url": "https://github.com/offen/offen/issues"
},
"homepage": "https://github.com/offen/offen#readme",
"dependencies": {
"serverless": "^1.45.0",
2019-07-01 21:15:07 +02:00
"serverless-domain-manager": "^2.6.13",
"serverless-finch": "^2.4.2"
}
}