forked from Open-IoT-Service-Platform/oisp-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 918 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
32
33
34
35
36
37
38
39
40
{
"name": "@open-iot-service-platform/oisp-sdk-js",
"version": "1.4.2",
"description": "OISP SDK for Node.js",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/Open-IoT-Service-Platform/oisp-sdk-js.git"
},
"keywords": [
"oisp",
"sdk",
"js"
],
"author": "Intel",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Open-IoT-Service-Platform/oisp-sdk-js/issues"
},
"homepage": "https://github.com/Open-IoT-Service-Platform/oisp-sdk-js",
"dependencies": {
"async": "^3.1.0",
"borc": "^2.1.1",
"mqtt": "^4.2.8",
"request": "^2.88.0",
"tunnel": "0.0.6"
},
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-simple-nyc": "^3.0.0",
"gruntify-eslint": "^5.0.0",
"mocha": "^6.2.0",
"rewire": "^4.0.1"
}
}