-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 974 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 974 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
34
35
36
37
38
{
"name": "lambda-utils",
"version": "0.1.0",
"description": "Lambda utility classes to eliminate some of the typical boilerplate",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive test"
},
"author": "Jim Cook <jcook@transcordia.com>",
"repository": {
"type": "git",
"url": "git://github.com/Transcordia/lambda-utils.git"
},
"keywords": [
"aws lambda",
"lambda",
"lambda utilities",
"amazon lambda"
],
"bugs": {
"url": "https://github.com/Transcordia/lambda-utils/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Transcordia/lambda-utils/master/LICENSE"
}
],
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"printf": "^0.2.4"
}
}