UNPKG

nlp-cli

Version:

Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.

51 lines (50 loc) 1.03 kB
{ "name": "nlp-cli", "version": "1.0.0", "description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.", "main": "lib/main.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test/*.js" }, "bin": { "nlp": "./bin/nlp" }, "repository": { "type": "git", "url": "git://github.com/rodriguezartav/nlp" }, "keywords": [ "lambda", "aws", "amazon", "amazon-lambda", "aws-lambda", "lambda-node", "deploy", "deployment" ], "readmeFilename": "README.md", "author": "motdotla", "license": "BSD-2-Clause", "devDependencies": { "chai": "^2.0.0", "hoek": "^2.11.1", "lodash": "^3.2.0", "mocha": "", "should": "" }, "dependencies": { "async": "^0.9.0", "aws-sdk": "^2.1.24", "commander": "^2.5.0", "dotenv": "^0.4.0", "mkdirp": "^0.5.1", "node-uuid": "^1.4.2", "node-zip": "^1.1.0", "rimraf": "^2.2.8", "wrench": "^1.5.8" } }