-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 741 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 741 Bytes
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
{
"name": "lambda-testing-framework",
"version": "5.0.0",
"description": "Unit testing framework for Amazon Lambda functions",
"main": "index.js",
"author": "Phillip Markert <phillip@ephisys.com>",
"repository": {
"type": "git",
"url": "https://github.com/pmarkert/lambda-testing-framework.git"
},
"keywords": [
"alexa",
"unit test",
"unit-test",
"unit-testing",
"unit testing",
"lambda",
"aws lambda",
"lambda test",
"lambda testing",
"skill",
"alexa skill",
"alexa skill testing"
],
"license": "MIT",
"dependencies": {
"aws-lambda-mock-context": "^3.0.1",
"bluebird": "^3.4.7",
"chai": "^3.5.0",
"lodash": "^4.17.5",
"mocha": "^3.2.0"
}
}