-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.15 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"name": "aws-swf-demo",
"version": "0.0.1",
"dependencies": {
"aws-sdk": "^2.814.0",
"async": "^2.6.4",
"aws-swf": "^4.1.0",
"fs": "0.0.1-security"
},
"description": "Amazon Simple Workflow Service Demo Application in Node.js",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bootstrap": "node src/bootstrap",
"uploadCSVS3": "node src/activities/uploadCSVS3",
"processPayment": "node src/activities/processPayment",
"emailBookingConfirmation": "node src/activities/emailBookingConfirmation",
"decider": "node src/decider",
"starter": "node src/starter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericapadilla/aws-swf-demo.git"
},
"keywords": [
"aws",
"swf",
"workflow"
],
"author": "",
"contributors": [
"Erica Padilla <[email protected]>",
"Lorraine Lachica <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ericapadilla/aws-swf-demo/issues"
},
"homepage": "https://github.com/ericapadilla/aws-swf-demo#readme"
}