-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 907 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
37
38
39
40
41
42
43
{
"name": "@wellbin/antena-fitbel",
"version": "1.0.4",
"description": "A Fitbit Client",
"author": "Antena",
"maintainers": [
"Belen Curcio <[email protected]>",
"Denise Fernandez <[email protected]>",
"Gonzalo Bellver <[email protected]>"
],
"main": "src/fitbel.js",
"directories": {
"example": "example"
},
"scripts": {
"example": "node example/basic.js"
},
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.3",
"oauth": "^0.9.14",
"request": "2.80.0"
},
"devDependencies": {
"express": "^4.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wellbin/fitbel.git"
},
"keywords": [
"fitbit",
"node",
"fitbel",
"express",
"okbel",
"javascript"
],
"bugs": {
"url": "https://github.com/okbel/fitbel/issues"
},
"homepage": "https://github.com/okbel/fitbel#readme"
}