forked from NordicSemiconductor/bluetooth-numbers-database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "bluetooth-numbers-database",
"version": "1.0.3",
"description": "The Nordic Bluetooth UUID Database provides a simple mechanism through which you can keep an up-to-date listing of all the various Bluetooth Specification-related elements that are defined by our industry, such as Company IDs, Service UUIDs, Characteristic UUIDs and Descriptor UUIDs.",
"main": "index.js",
"scripts": {
"test": "node validate",
"verify": "node verify",
"fix-ids": "node decimal_ids",
"ids": "node successive_company_ids"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NordicSemiconductor/bluetooth-numbers-database.git"
},
"keywords": [
"bluetooth",
"uuid",
"gatt",
"specification",
"json",
"database",
"nordic"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/NordicSemiconductor/bluetooth-numbers-database/issues"
},
"homepage": "https://github.com/NordicSemiconductor/bluetooth-numbers-database#readme",
"files": [
"*.js",
"v*/*.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"ajv": "^6.12.6"
}
}