UNPKG

1.07 kBJSONView Raw
1{
2 "name": "node-lambda",
3 "version": "0.11.4",
4 "description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.",
5 "main": "lib/main.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "standard && standard bin/node-lambda && mocha"
11 },
12 "bin": {
13 "node-lambda": "./bin/node-lambda"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/motdotla/node-lambda.git"
18 },
19 "keywords": [
20 "lambda",
21 "aws",
22 "amazon",
23 "amazon-lambda",
24 "aws-lambda",
25 "lambda-node",
26 "deploy",
27 "deployment"
28 ],
29 "readmeFilename": "README.md",
30 "author": "motdotla",
31 "license": "BSD-2-Clause",
32 "devDependencies": {
33 "aws-sdk-mock": "^1.6.1",
34 "chai": "^4.0.2",
35 "mocha": "",
36 "standard": "^10.0.2"
37 },
38 "dependencies": {
39 "archiver": "^2.0.0",
40 "aws-sdk": "^2.82.0",
41 "commander": "^2.11.0",
42 "dotenv": "^0.4.0",
43 "fs-extra": "^0.30.0",
44 "minimatch": "^3.0.3",
45 "node-zip": "^1.1.0",
46 "proxy-agent": "^2.0.0"
47 }
48}