Files
serverless-webpack/package.json
T
2017-07-28 11:51:25 +02:00

53 lines
1.3 KiB
JSON

{
"name": "serverless-webpack",
"version": "2.2.0",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <nicola.peduzzi@elastic-coders.com> (http://elastic-coders.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/elastic-coders/serverless-webpack.git"
},
"keywords": [
"serverless",
"1.0",
"webpack",
"babel",
"typescript",
"es6",
"plugin",
"runtime"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/elastic-coders/serverless-webpack/issues"
},
"homepage": "https://github.com/elastic-coders/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": "*"
}
}