-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 994 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
{
"name": "owonb41t",
"version": "0.1.2",
"description": "A web-bluetooth interface for the OWON B41T+ multimeter",
"main": "owon.js",
"scripts": {
"test": "jest",
"dist": "browserify owon.js --standalone OwonBT --debug | uglifyjs --source-map -o ./dist/bt-owon-bt.min.js",
"dev": "browserify owon.js --standalone OwonBT --debug -o ./dist/bt-owon-bt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PBrunot/owonb41t.git"
},
"keywords": [
"web",
"bluetooth",
"BT",
"owon",
"multimeter",
"B41T+"
],
"author": "Pascal Brunot",
"license": "ISC",
"bugs": {
"url": "https://github.com/PBrunot/owonb41t/issues"
},
"homepage": "https://github.com/PBrunot/owonb41t#readme",
"dependencies": {
"dot-matrix-lcd": "^1.0.0",
"loglevel": "^1.8.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"uglify-js": "^3.17.4"
}
}