forked from UnaBiz/sigfox-iot-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 930 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 930 Bytes
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-iot-data",
"version": "1.0.6",
"description": "sigfox-gcloud and sigfox-aws adapter for logging sensor data to SQL databases",
"main": "index.js",
"scripts": {
"deploy": "echo TODO",
"test": "node test"
},
"keywords": [
"sigfox",
"mysql",
"postgres",
"mssql",
"oracle",
"knex",
"google",
"cloud",
"functions",
"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": {
"knex": "^0.13.0",
"mysql": "^2.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnaBiz/sigfox-iot-data.git"
},
"bugs": {
"url": "https://github.com/UnaBiz/sigfox-iot-data/issues"
},
"homepage": "https://github.com/UnaBiz/sigfox-iot-data#readme"
}