-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1009 Bytes
/
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
{
"name": "aws-nodejs-ecma-script",
"version": "1.0.0",
"description": "Serverless webpack example using ecma script",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"serverless-domain-manager": "^2.3.6",
"serverless-plugin-cloudfront-lambda-edge": "1.0.0",
"serverless-webpack": "^3.1.2",
"webpack": "^3.11.0"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "Apache/2.0",
"main": "index.js",
"keywords": [],
"dependencies": {
"@iopipe/iopipe": "^1.7.0",
"@iopipe/profiler": "^1.0.0",
"@iopipe/trace": "^1.0.0",
"aws-sdk": "^2.213.1",
"babel": "^6.23.0",
"jsonwebtoken": "^8.2.0",
"node-loader": "^0.6.0",
"serverless-plugin-iopipe": "^1.2.0"
}
}