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.

46 lines
1.1 KiB

8 years ago
{
"name": "serverless-webpack",
"version": "1.0.0-beta.2.1",
8 years ago
"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",
8 years ago
"plugin",
"runtime"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/elastic-coders/serverless-webpack/issues"
},
"homepage": "https://github.com/elastic-coders/serverless-webpack#readme",
8 years ago
"scripts": {
"test": "istanbul cover _mocha tests/all -- -R spec --recursive"
},
8 years ago
"dependencies": {
"bluebird": "^3.4.0",
"body-parser": "^1.15.2",
"express": "^4.14.0",
8 years ago
"fs-extra": "^0.26.7",
"webpack": "^1.13.1"
8 years ago
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"mockery": "^1.7.0",
"serverless": "^1.0.0-beta.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
8 years ago
}
}