forked from Open-IoT-Service-Platform/oisp-mqtt-gw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 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
46
47
48
49
50
51
52
53
54
55
{
"name": "iotkit-gateway",
"version": "0.12.1",
"date": "2015-01-26T13:46:41.332Z",
"description": "Authotization gateway and kafka bridge for OISP",
"main": "app.js",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonschema": "^1.2.5",
"kafkajs": "^1.12.0",
"keycloak-connect": "^12.0.2",
"mqtt": "^4.2.6",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
"redis": "^3.1.2",
"request": "^2.88.2",
"sequelize": "^6.5.0",
"uuid-validate": "0.0.3",
"winston": "^0.9.0"
},
"scripts": {
"test": "node gateway-agent",
"start": "node gateway-agent"
},
"repository": {
"type": "git",
"url": "git://github.com/enableiot/iotkit-analytics.git"
},
"keywords": [
"iotkit",
"authorization"
],
"author": "Intel, CPG",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/enableiot/iotkit-analytics/issues"
},
"homepage": "https://github.com/enableiot/iotkit-analytics",
"devDependencies": {
"asserts": "^4.0.0",
"chai": "^4.2.0",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^3.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-nyc-mocha": "0.0.9",
"grunt-simple-nyc": "^3.0.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rewire": "^5.0.0",
"sinon": "^9.2.4"
}
}