forked from mmagr/iotagent-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 799 Bytes
/
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
{
"name": "@dojot/iotagent-nodejs",
"version": "2.1.0-beta.9",
"description": "Base iotagent functionality for dojot",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dojot/iotagent-nodejs.git"
},
"keywords": [
"dojot",
"iot"
],
"author": "Matheus Magalhaes",
"bugs": {
"url": "https://github.com/dojot/iotagent-nodejs/issues"
},
"homepage": "https://github.com/dojot/iotagent-nodejs/#readme",
"license": "GPL-3.0",
"dependencies": {
"@dojot/dojot-module": "0.0.1-beta.8",
"@dojot/dojot-module-logger": "0.0.1-alpha.5",
"axios": "^0.17.1",
"js-base64": "^2.3.2",
"uuid": "^3.2.1"
}
}