You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
769 B

{
"name": "serverless-webpack",
"version": "1.0.0-beta.1",
"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",
"plugin",
"runtime"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/elastic-coders/serverless-webpack/issues"
},
"homepage": "https://github.com/elastic-coders/serverless-webpack#readme",
"dependencies": {
"bluebird": "^3.4.0",
"fs-extra": "^0.26.7",
"webpack": "^1.13.1"
}
}