-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 891 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
{
"name": "jsgatt",
"version": "1.0.0",
"description": "wrapper around the browser web bluetooth api.",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jest src",
"build": "babel ./src --out-dir ./dist --ignore *.test.js",
"prepublish": "npm run build"
},
"author": "Sandro Paganotti",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"jest": "^20.0.4",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"regenerator-runtime": "^0.10.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandropaganotti/jsgatt.git"
},
"keywords": [
"web bluetooth",
"gatt",
"webbluetooth"
],
"bugs": {
"url": "https://github.com/sandropaganotti/jsgatt/issues"
},
"homepage": "https://github.com/sandropaganotti/jsgatt/#readme"
}