fitbit-livedata
Version:
This project aims to getting `livedata` from Fitbit tracker
62 lines (61 loc) • 1.41 kB
JSON
{
"name": "fitbit-livedata",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"bin": {
"fitbit-livedata": "dist/bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/horihiro/node-fitbit-livedata.git"
},
"scripts": {
"gulp": "gulp",
"postinstall": "node ./postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "horihiro",
"keywords": [
"Bluetooth",
"Linux",
"macOS",
"Fitbit"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-dynamic-import-node": "^1.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-eslint": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0"
},
"os": [
"linux",
"android",
"freebsd",
"win32",
"darwin"
],
"optionalDependencies": {
"bluetooth-hci-socket": "0.5.1",
"noble-uwp": "0.5.4"
},
"dependencies": {
"axios": "^0.16.2",
"bleno": "^0.4.2",
"commander": "^2.11.0",
"debug": "^3.0.1",
"noble": "^1.8.1"
}
}