forked from serverless-heaven/serverless-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "serverless-webpack",
"version": "1.0.0-rc.4",
"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 _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",
"npm-programmatic": "0.0.5",
"webpack": "^1.13.1"
},
"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"
}
}