-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
{
"name": "buildthing-ble-sdk",
"version": "1.1.6",
"description": "Buildit Inc. Buildthing Beacon Cross Platform SDK",
"main": "./index.js",
"scripts": {
"dev": "webpack --mode=development",
"prod": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"buildthing",
"ble",
"beacon",
"blutooth low energy"
],
"author": "Buildit Inc.",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.2.0",
"aws-sdk": "^2.400.0",
"@abandonware/noble": "^1.9.2-7"
},
"optionalDependencies": {
"buildthing-bluetooth-hci-socket": "^0.5.3-5",
"buildthing-ble-sdk-usb": "^1.5.0"
},
"standard": {
"ignore": [
"dist/",
"webpack.*.js"
],
"parser": "babel-eslint"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://KimYeonBong@github.com/buildit-lab/buildthing-ble-sdk.git"
},
"bugs": {
"url": "https://github.com/buildit-lab/buildthing-ble-sdk/issues"
},
"homepage": "https://github.com/buildit-lab/buildthing-ble-sdk#readme"
}