forked from tobiasc/local-node-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1000 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1000 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
{
"name": "local-node-lambda",
"version": "0.0.2",
"description": "Local-Node-Lambda lets you run Amazon Lambda functions locally. You can run them from the command line or integrate calls within a regular Node.js script, e.g. to use in unit testing or simply as part of a regular application.",
"license": "MIT",
"main": "index.js",
"keywords": [
"lambda"
],
"author": {
"name": "Tobias Christensen",
"email": "tobiaschristensen@gmail.com",
"url": "http://deeprapid.com/"
},
"dependencies": {
"aws-sdk": "^2.1.6",
"commander": "^2.6.0"
},
"contributors": [
{
"name": "Tobias Christensen",
"email": "tobiaschristensen@gmail.com",
"url": "http://deeprapid.com/"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/tobiasc/local-node-lambda.git"
},
"bugs": {
"url": "https://github.com/tobiasc/local-node-lambda/issues"
},
"bin": {
"local-node-lambda": "./bin/local-node-lambda"
}
}