forked from UnaBiz/sigfox-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"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"
}