sigfox-aws
Version:
Framework for building a Sigfox server, based on Amazon Web Services and Lambda Functions
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "sigfox-aws",
"version": "2.0.168",
"description": "Framework for building a Sigfox server, based on Amazon Web Services and Lambda Functions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sigfox",
"aws",
"lambda",
"iot"
],
"author": {
"name": "Lee Lup Yuen",
"email": "ly.lee@unabiz.com",
"url": "http://github.com/unabiz/"
},
"license": "MIT",
"engines": {
"node": ">=7.8.0"
},
"dependencies": {
"aws-xray-sdk-core": "^1.1.6",
"sigfox-iot-cloud": ">=1.0.26"
},
"devDependencies": {
"aws-sdk": "^2.140.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mockery": "^2.1.0",
"should": "^11.2.1",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnaBiz/sigfox-aws.git"
},
"bugs": {
"url": "https://github.com/UnaBiz/sigfox-aws/issues"
},
"homepage": "https://github.com/UnaBiz/sigfox-aws#readme"
}