-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 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
{
"name": "heartsensorlibrary",
"version": "1.0.0",
"description": "NodeJS native bindings to HeartSensorLibrary",
"main": "index.js",
"scripts": {
"build": "cmake-js compile --debug",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendanwalker/node-HeartSensorLibrary.git"
},
"keywords": [
"heartsensorlibrary",
"polar",
"bluetoothle"
],
"author": "Brendan Walker",
"license": "MIT",
"bugs": {
"url": "https://github.com/brendanwalker/node-HeartSensorLibrary/issues"
},
"homepage": "https://github.com/brendanwalker/node-HeartSensorLibrary#readme",
"devDependencies": {},
"dependencies": {
"cmake-js": "^6.1.0",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"http-shutdown": "^1.2.2",
"node-addon-api": "^3.1.0",
"path": "^0.12.7",
"url": "^0.11.0"
}
}