{ "name": "jaws-cli", "version": "0.0.4", "description": "The JAWS Command line interface for easy testing and deploying of Lambda functions and more!", "author": "Austen Collins ", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/servant-app/JAWS.git" }, "keywords": [ "jaws", "jaws stack", "jaws cli", "api gateway", "lambda", "aws", "amazon", "amazon web services", "dynamodb" ], "main": "lib/main.js", "bin": { "jaws": "./bin/jaws" }, "devDependencies": { "adm-zip": "^0.4.7", "chai": "^3.2.0", "dynamodb-local": "^0.0.10", "hoek": "^2.11.1", "lodash": "^3.2.0", "mocha": "^2.2.5" }, "dependencies": { "async": "^0.9.0", "aws-sdk": "^2.1.24", "commander": "^2.5.0", "del": "^1.2.0", "dotenv": "^1.2.0", "js-yaml": "^3.3.1", "jsonfile": "^2.2.1", "moment": "^2.10.6", "node-uuid": "^1.4.2", "node-zip": "^1.1.0", "nodemon": "^1.3.8", "prettysize": "0.0.3", "q": "^1.4.1", "replace": "^0.3.0", "rimraf": "^2.2.8", "shortid": "^2.2.2", "wrench": "^1.5.8" } }