serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
19 lines (18 loc) • 416 B
JSON
{
"name": "mqtt-webpack",
"version": "1.0.0",
"description": "Amazon AWS IoT Javascript Device SDK with WebPack",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name":"Amazon Web Services",
"email":"",
"url":"http://aws.amazon.com"
},
"dependencies": {
"aws-iot-device-sdk": "^2.0.0",
"aws-sdk": "^2.10.0",
"webpack":"^2.2.1"
}
}