{ "name": "serverless-webpack", "version": "2.2.3", "description": "Serverless plugin to bundle your javascript with Webpack", "main": "index.js", "author": "Nicola Peduzzi (http://elastic-coders.com)", "repository": { "type": "git", "url": "git+https://github.com/serverless-heaven/serverless-webpack.git" }, "keywords": [ "serverless", "1.0", "webpack", "babel", "typescript", "es6", "plugin", "runtime" ], "license": "MIT", "bugs": { "url": "https://github.com/serverless-heaven/serverless-webpack/issues" }, "homepage": "https://github.com/serverless-heaven/serverless-webpack#readme", "scripts": { "test": "istanbul cover ./node_modules/mocha/bin/_mocha tests/all -- -R spec --recursive" }, "dependencies": { "bluebird": "^3.4.0", "body-parser": "^1.15.2", "express": "^4.14.0", "fs-extra": "^0.26.7", "glob": "^7.1.2", "lodash": "^4.17.4", "npm-programmatic": "0.0.5", "ts-node": "^3.2.0" }, "devDependencies": { "chai": "^4.1.0", "chai-as-promised": "^7.1.1", "istanbul": "^0.4.5", "mocha": "^3.4.2", "mockery": "^2.1.0", "serverless": "^1.17.0", "sinon": "^2.3.8", "sinon-chai": "^2.12.0" }, "peerDependencies": { "webpack": "*" } }