-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 789 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "eventuate-examples-java-aws-lambda-todo-list",
"version": "1.0.0",
"description": "AWS Lambda, Serverless framework version of the Eventuate Todo List application",
"main": "index.js",
"dependencies": {
"eventuate-aws-gateway-serverless-plugin": "0.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/eventuate-examples/eventuate-examples-java-aws-lambda-todo-list"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/eventuate-examples/eventuate-examples-java-aws-lambda-todo-list/issues"
},
"homepage": "https://github.com/eventuate-examples/eventuate-examples-java-aws-lambda-todo-list"
}