UNPKG

fitbit-node

Version:

An API client library for Fitbit written in Node.js.

30 lines (29 loc) 734 B
{ "name": "fitbit-node", "version": "2.2.0", "description": "An API client library for Fitbit written in Node.js.", "main": "fitbit-api-client.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/lukasolson/fitbit-node" }, "keywords": [ "Fitbit", "Node" ], "author": "Lukas Olson <olson.lukas@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/lukasolson/fitbit-node/issues" }, "dependencies": { "simple-oauth2": "^1.5.0", "request": "^2.83.0" }, "devDependencies": { "express": "^4.16.2" } }