forked from lukasolson/fitbit-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 757 Bytes
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
{
"name": "fitbit-node",
"version": "2.0.5",
"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": "^0.8.0",
"q": "^1.4.1",
"request": "^2.76.0"
},
"devDependencies": {
"express": "^4.14.0"
}
}