forked from mmajis/plantuml-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 795 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "plantuml-serverless",
"version": "0.0.6-SNAPSHOT",
"description": "Render PlantUML diagrams",
"main": "index.js",
"dependencies": {
"serverless": "^1.26.1"
},
"devDependencies": {
"serverless-apigw-binary": "^0.4.4",
"serverless-apigwy-binary": "^0.1.0",
"serverless-domain-manager": "^1.1.25"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TonyChol/plantuml-serverless.git"
},
"keywords": [
"plantuml",
"serverless"
],
"author": "Mika Majakorpi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TonyChol/plantuml-serverless/issues"
},
"homepage": "https://github.com/TonyChol/plantuml-serverless#readme"
}