-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.77 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
{
"name": "mht-zigbee-client-example-js",
"description": "MHT Zigbee Client",
"version": "0.0.1",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vinhlq/mht-zigbee-client-js"
},
"author": {
"name": "vinhlq",
"email": "[email protected]",
"url": "https://mht.vn"
},
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist --ignore node_modules/*,dist/*"
},
"dependencies": {
"circular-buffer": "^1.0.2",
"lodash": "^3.10.1",
"loglevel": "^1.6.1",
"@babel/runtime": "^7.4.3",
"body-parser": "^1.19.0",
"fluxxor": "^1.7.3",
"mht-zigbee-client": "latest",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"ws": "^7.0.0",
"node-fetch": "^2.5.0",
"coap": "^0.23.1",
"aws-iot-device-sdk": "^2.2.1"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/plugin-transform-typescript": "^7.4.0",
"@babel/preset-env": "^7.4.3"
},
"license": "Apache-2.0"
}